Skip to content

Commit 48f326d

Browse files
committed
Switch to GHMQ
1 parent f2aed2f commit 48f326d

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.github/bors.toml

Lines changed: 0 additions & 4 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: CI
22

33
on:
4-
push:
5-
branches: [ staging, trying, master ]
6-
pull_request:
4+
push: # Run CI for all branches except GitHub merge queue tmp branches
5+
branches-ignore:
6+
- "gh-readonly-queue/**"
7+
pull_request: # Run CI for PRs on any branch
8+
merge_group: # Run CI for the GitHub merge queue
79

810
jobs:
911
build:

0 commit comments

Comments
 (0)