Skip to content

Commit

Permalink
Reapply "Run on pull requests only again"
Browse files Browse the repository at this point in the history
This reverts commit fb15f28.
  • Loading branch information
chippmann committed Oct 12, 2024
1 parent 4d5092f commit 4738ad7
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/trigger_on_pull_request.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
name: PR Checks

#on: [ pull_request ]
on:
push:
branches:
- '*' # matches every branch that doesn't contain a '/'
- '*/*' # matches every branch containing a single '/'
- '**' # matches every branch
- '!master' # excludes master
on: [ pull_request ]

concurrency:
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-trigger_on_pull_request
Expand Down

0 comments on commit 4738ad7

Please sign in to comment.