Skip to content

Commit dad2a27

Browse files
committed
don't run ci on push, only pull_request
1 parent f14cf19 commit dad2a27

File tree

5 files changed

+0
-15
lines changed

5 files changed

+0
-15
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
on:
2-
push:
3-
branches-ignore:
4-
- "gh-readonly-queue/**"
52
pull_request:
63
merge_group:
74
workflow_dispatch:

.github/workflows/clippy.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
on:
2-
push:
3-
branches-ignore:
4-
- "gh-readonly-queue/**"
52
pull_request:
63
merge_group:
74
workflow_dispatch:

.github/workflows/on-target.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
on:
2-
push:
3-
branches-ignore:
4-
- "gh-readonly-queue/**"
52
pull_request:
63
merge_group:
74
# allows manual triggering

.github/workflows/rt-ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
on:
2-
push:
3-
branches-ignore:
4-
- "gh-readonly-queue/**"
52
pull_request:
63
merge_group:
74
workflow_dispatch:

.github/workflows/rustfmt.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
on:
2-
push:
3-
branches-ignore:
4-
- "gh-readonly-queue/**"
52
pull_request:
63
merge_group:
74
workflow_dispatch:

0 commit comments

Comments
 (0)