mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 21:16:02 +01: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