tools: add triggers to update release links workflow
PR-URL: https://github.com/nodejs/node/pull/50974 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
This commit is contained in:
parent
e1bfd0a29e
commit
a70d9e5d4f
3
.github/workflows/update-release-links.yml
vendored
3
.github/workflows/update-release-links.yml
vendored
@ -1,8 +1,9 @@
|
||||
name: Update release links
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
release:
|
||||
types: [published]
|
||||
types: [released]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
Loading…
x
Reference in New Issue
Block a user