We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 774a96d commit c22665fCopy full SHA for c22665f
.github/bors.toml
.github/workflows/ci.yml
@@ -1,7 +1,9 @@
1
on:
2
- push:
3
- branches: [ staging, trying, master ]
4
- pull_request:
+ push: # Run CI for all branches except GitHub merge queue tmp branches
+ branches-ignore:
+ - "gh-readonly-queue/**"
5
+ pull_request: # Run CI for PRs on any branch
6
+ merge_group: # Run CI for the GitHub merge queue
7
8
name: CI
9
0 commit comments