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:
Moshe Atlow 2023-11-30 16:04:06 +02:00 committed by GitHub
parent e1bfd0a29e
commit a70d9e5d4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,9 @@
name: Update release links
on:
workflow_dispatch:
release:
types: [published]
types: [released]
permissions:
contents: read