Skip to content

Commit 3e27e41

Browse files
authored
Trigger checks workflow on any push in any branch (#3)
1 parent bf447b5 commit 3e27e41

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
name: Check commits in non-main branches
1+
name: Check commits in all branches (including main)
22

3-
on:
4-
push:
5-
branches-ignore:
6-
- main
3+
on: push
74

85
jobs:
96
checks:

0 commit comments

Comments
 (0)