Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ce447d commit 5f9eebdCopy full SHA for 5f9eebd
1 file changed
.github/workflows/trigger-template-update.yml
@@ -3,6 +3,9 @@ name: Update Child Repository Template
3
on:
4
release:
5
types: [published, released]
6
+ push:
7
+ tags:
8
+ - "v*"
9
workflow_dispatch:
10
inputs:
11
target_repository:
0 commit comments