Skip to content

Commit

Permalink
CI (GHA): Only run the Statuses workflow when a pull request is ope…
Browse files Browse the repository at this point in the history
…ned or synchronized (#42389)

(cherry picked from commit 5573001)
  • Loading branch information
DilumAluthge authored and KristofferC committed Sep 29, 2021
1 parent f0b203b commit c877ebf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/statuses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ on:
# write permissions, even if the PR is from a fork.
# Therefore, for security reasons, we do not checkout any code in this workflow.
pull_request_target:
types: [opened, synchronize]
branches:
- 'master'
- 'release-*'
Expand Down

0 comments on commit c877ebf

Please sign in to comment.