Skip to content

Commit cac21c9

Browse files
committed
GHA: do not run CI on main branch
There's no need, since we already run them in `merge_group`.
1 parent 54e8aa1 commit cac21c9

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/checks.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Cheks
22

33
on:
4-
push:
5-
branches: ["main"]
64
pull_request:
75
merge_group:
86

.github/workflows/haskell.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Haskell CI
22

33
on:
4-
push:
5-
branches: ["main"]
64
pull_request:
75
merge_group:
86

0 commit comments

Comments
 (0)