Skip to content

Commit 3e65928

Browse files
authored
Merge pull request #272 from maralorn/maralorn/tweak-ci
Tweak CI
2 parents 388f561 + ed17b9d commit 3e65928

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Nix build
2-
on: [push, pull_request]
2+
on:
3+
pull_request:
4+
push:
5+
branches: [main]
6+
37
run-name: Test and build flake
48
jobs:
59
nix-build:

0 commit comments

Comments
 (0)