ci: also build on master and release branches (#281)
This populates the Magic Nix Cache so it can be shared between pull requests.
This commit is contained in:
parent
1adbaaf45c
commit
1d51ce1de4
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -1,6 +1,10 @@
|
|||
name: Build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- release-**
|
||||
pull_request:
|
||||
|
||||
permissions:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue