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:
Daniel Thwaites 2024-03-13 11:03:40 +00:00 committed by GitHub
parent 1adbaaf45c
commit 1d51ce1de4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,10 @@
name: Build
on:
push:
branches:
- master
- release-**
pull_request:
permissions: