Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5f9eebd

Browse files
committed
fix: update trigger-template-update.yml
1 parent 7ce447d commit 5f9eebd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/trigger-template-update.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Update Child Repository Template
33
on:
44
release:
55
types: [published, released]
6+
push:
7+
tags:
8+
- "v*"
69
workflow_dispatch:
710
inputs:
811
target_repository:

0 commit comments

Comments
 (0)