Skip to content

Commit

Permalink
Merge pull request nix-community#50 from mainrs/master
Browse files Browse the repository at this point in the history
ci: fix double workflow trigger on PR
  • Loading branch information
Mic92 authored Sep 29, 2021
2 parents da34d45 + f3a77f3 commit 23357ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: "Build and populate cache"
on:
pull_request:
push:
branches:
- main
- master
schedule:
# rebuild everyday at 2:51
# TIP: Choose a random time here so not all repositories are build at once:
Expand Down

0 comments on commit 23357ff

Please sign in to comment.