diff options
-rw-r--r-- | .github/workflows/presubmit.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/presubmit.yml b/.github/workflows/presubmit.yml index df2130a0..937c17a0 100644 --- a/.github/workflows/presubmit.yml +++ b/.github/workflows/presubmit.yml @@ -1,15 +1,16 @@ # //.github/workflows:presubmit.yml # # This file exists to define the steps executed for a push to each tree matching -# the pattern `refs/heads/*`, excluding the default ref. For configuring the +# the pattern `refs/heads/*`, excluding the default ref, when they are used as +# the head for a pull request against the default tree. For configuring the # steps that occur after a push to the trunk branch, see # `//.github/workflows:trunk.yml`. --- name: presubmit on: - push: - branches-ignore: + pull_request: + branches: - master concurrency: |