Skip to content

Commit

Permalink
Try to only trigger CI for upstream pushes not all PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
olehermanse authored Dec 13, 2023
1 parent ba5e7a9 commit 51fe664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Continuous Integration
on:
# run this workflow on pull_request activity
# this includes opening and pushing more commits
pull_request:
push:
branches: [ master, 3.21.x, 3.18.x ]

jobs:
Expand Down

0 comments on commit 51fe664

Please sign in to comment.