Skip to content

Commit 0fbf5c6

Browse files
authored
Fix trigger
1 parent c361be3 commit 0fbf5c6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/trigger-test.yml renamed to .github/workflows/trigger-private-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Trigger Private Repo
22
on:
3-
pull_request:
3+
push:
4+
tags:
5+
- '[0-9]+.[0-9]+.[0-9]+'
46

57
jobs:
68
trigger:

0 commit comments

Comments
 (0)