mirror of
https://github.com/NixOS/nix
synced 2025-07-08 06:53:54 +02:00
fixup: use release not tags
This commit is contained in:
parent
dee23a0c14
commit
14818b0d88
1 changed files with 3 additions and 2 deletions
5
.github/workflows/upload-release.yml
vendored
5
.github/workflows/upload-release.yml
vendored
|
@ -10,14 +10,15 @@ on:
|
||||||
# NOTE: make sure any branches here are also valid directory names,
|
# NOTE: make sure any branches here are also valid directory names,
|
||||||
# otherwise creating the directory and uploading to s3 will fail
|
# otherwise creating the directory and uploading to s3 will fail
|
||||||
- "main"
|
- "main"
|
||||||
tags:
|
|
||||||
- "v*.*.*"
|
|
||||||
pull_request:
|
pull_request:
|
||||||
types:
|
types:
|
||||||
- opened
|
- opened
|
||||||
- reopened
|
- reopened
|
||||||
- synchronize
|
- synchronize
|
||||||
- labeled
|
- labeled
|
||||||
|
release:
|
||||||
|
types:
|
||||||
|
- released
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
id-token: "write"
|
id-token: "write"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue