mirror of
https://github.com/NixOS/nix
synced 2025-06-28 17:51:15 +02:00
Avoid superfluous duplicate jobs on PRs
This commit is contained in:
parent
6ad333aeee
commit
83173fef17
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -3,6 +3,10 @@ name: "CI"
|
|||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- detsys-main
|
||||
- main
|
||||
- master
|
||||
|
||||
permissions:
|
||||
id-token: "write"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue