mirror of
https://github.com/DeterminateSystems/determinate-nix-action.git
synced 2026-02-25 07:07:11 +00:00
Merge pull request #13 from DeterminateSystems/cole-h-patch-1
ci: only publish on "published" event
This commit is contained in:
commit
747eec1652
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -1,7 +1,7 @@
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types:
|
types:
|
||||||
- released
|
- published
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
PushLooseTag:
|
PushLooseTag:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue