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 committed Nov 30, 2023
1 parent e1bfd0a commit a70d9e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-release-links.yml
Original file line number Diff line number Diff line change
@@ -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 a70d9e5

Please sign in to comment.