Skip to content

Commit 54e3330

Browse files
committed
Do not run CI on pushes to github queues
1 parent fe46a90 commit 54e3330

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ on:
1414
## - both (tags or tags-ignore) and (branches or branches-ignore),
1515
## - or neither of them.
1616
## But it's important to not have only one or the other.
17+
tags:
18+
- '*''
19+
branches-ignore:
20+
- 'gh-readonly-queue/*''
1721
pull_request:
1822
merge_group:
1923
schedule:

0 commit comments

Comments
 (0)