Skip to content

Commit 0eae295

Browse files
authored
Don't run actions on every push of secondary branches
1 parent 2678684 commit 0eae295

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-nix.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: "Build and test"
22
on:
33
pull_request:
44
push:
5+
branches: [master]
56
jobs:
67
tests:
78
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)