Skip to content

Commit 67e5505

Browse files
authored
github/workflow: run CI on push to main as well
1 parent 66ad295 commit 67e5505

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/check.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Nix Checks
22
on:
3-
- pull_request
3+
pull_request:
4+
push:
5+
branches:
6+
- main
47

58
jobs:
69
check:

0 commit comments

Comments
 (0)