Skip to content

Commit

Permalink
Disable running pr tests on every branch which was enabled for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
chippmann committed Oct 10, 2024
1 parent 1946b2a commit 0710634
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/trigger_on_pull_request.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
name: PR Checks

# TODO: change again after testing
#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 0710634

Please sign in to comment.