Skip to content

Commit 450163c

Browse files
MoLowrichardlau
authored andcommitted
tools: add triggers to update release links workflow
PR-URL: #50974 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
1 parent 9da6384 commit 450163c

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)