mirror of
https://github.com/denoland/deno.git
synced 2025-01-03 04:48:52 -05:00
chore: fix post_publish workflow trigger (#16619)
This commit is contained in:
parent
2063ed7385
commit
15db936348
1 changed files with 3 additions and 1 deletions
4
.github/workflows/post_publish.yml
vendored
4
.github/workflows/post_publish.yml
vendored
|
@ -1,6 +1,8 @@
|
||||||
name: post_publish
|
name: post_publish
|
||||||
|
|
||||||
on: published
|
on:
|
||||||
|
release:
|
||||||
|
types: [published]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update-dl-version:
|
update-dl-version:
|
||||||
|
|
Loading…
Reference in a new issue