2 parents 388f561 + ed17b9d commit 3e65928Copy full SHA for 3e65928
1 file changed
.github/workflows/test.yaml
@@ -1,5 +1,9 @@
1
name: Nix build
2
-on: [push, pull_request]
+on:
3
+ pull_request:
4
+ push:
5
+ branches: [main]
6
+
7
run-name: Test and build flake
8
jobs:
9
nix-build:
0 commit comments