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 f2aed2f commit 48f326dCopy full SHA for 48f326d
.github/bors.toml
.github/workflows/ci.yml
@@ -1,9 +1,11 @@
1
name: CI
2
3
on:
4
- push:
5
- branches: [ staging, trying, master ]
6
- pull_request:
+ push: # Run CI for all branches except GitHub merge queue tmp branches
+ branches-ignore:
+ - "gh-readonly-queue/**"
7
+ pull_request: # Run CI for PRs on any branch
8
+ merge_group: # Run CI for the GitHub merge queue
9
10
jobs:
11
build:
0 commit comments