mirror of
https://github.com/danth/stylix
synced 2024-11-22 12:13:08 +00:00
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
|
name: Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
- release-**
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|
Loading…
Reference in a new issue