Skip to content

Commit a70d9e5

Browse files
authored
tools: add triggers to update release links workflow
PR-URL: nodejs#50974 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent e1bfd0a commit a70d9e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-release-links.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Update release links
22

33
on:
4+
workflow_dispatch:
45
release:
5-
types: [published]
6+
types: [released]
67

78
permissions:
89
contents: read

0 commit comments

Comments
 (0)