Skip to content

Commit a568f59

Browse files
Action's ref name may change to tag name (#4)
Action's ref name may change to tag name
2 parents 131026e + a3b6b09 commit a568f59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ permissions:
55

66
on:
77
push:
8-
branches:
9-
- "master"
108
tags:
119
- "v*.*.*"
10+
branches:
11+
- "master"
1212

1313
jobs:
1414
deploy:

0 commit comments

Comments
 (0)