mirror of
https://github.com/NixOS/nix
synced 2025-07-07 22:33:57 +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,
|
||||
# otherwise creating the directory and uploading to s3 will fail
|
||||
- "main"
|
||||
tags:
|
||||
- "v*.*.*"
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
- reopened
|
||||
- synchronize
|
||||
- labeled
|
||||
release:
|
||||
types:
|
||||
- released
|
||||
|
||||
permissions:
|
||||
id-token: "write"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue