mirror of
https://github.com/NixOS/nix.git
synced 2025-12-10 19:11:03 +01:00
only build on push to master
we have now merge queues for maintainance branches. We still build it for master to have our installer beeing updated. In future this part could go in new workflow instead.
This commit is contained in:
parent
ce38b46e06
commit
118acc84ba
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -4,6 +4,8 @@ on:
|
|||
pull_request:
|
||||
merge_group:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
dogfood:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue