Skip to content

Commit d24972d

Browse files
committed
Move comment
1 parent bc697a2 commit d24972d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/beta-publish-test.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ on:
77
- trying
88
- staging
99
- main
10-
# on:
11-
# push:
12-
# tags:
13-
# - "v*.*.*-beta.*"
1410
jobs:
1511
test:
1612
runs-on: ubuntu-latest
@@ -22,3 +18,8 @@ jobs:
2218
run: |
2319
echo $RELEASE_VERSION
2420
echo ${{ env.RELEASE_VERSION }}
21+
22+
# on:
23+
# push:
24+
# tags:
25+
# - "v*.*.*-beta.*"

0 commit comments

Comments
 (0)