mirror of
https://github.com/NixOS/nix.git
synced 2025-11-12 05:26: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:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- detsys-main
|
||||||
|
- main
|
||||||
|
- master
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
id-token: "write"
|
id-token: "write"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue