Skip to content

Commit e740a60

Browse files
committed
ci: Avoid running ci twice
1 parent 72813f0 commit e740a60

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ name: CI
33
on:
44
pull_request:
55
push:
6-
workflow_dispatch:
6+
branches-ignore:
7+
- "gh-readonly-queue/**"
8+
- "main"
79
merge_group:
10+
workflow_dispatch:
811

912
env:
1013
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)