Skip to content

Commit

Permalink
tools: add triggers to update release links workflow
Browse files Browse the repository at this point in the history
PR-URL: #50974
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
MoLow authored and targos committed Dec 4, 2023
1 parent 1cf087d commit 8e1a70a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-release-links.yml
@@ -1,8 +1,9 @@
name: Update release links

on:
workflow_dispatch:
release:
types: [published]
types: [released]

permissions:
contents: read
Expand Down

0 comments on commit 8e1a70a

Please sign in to comment.