Skip to content

Commit 5977f84

Browse files
committed
update ci workflow
1 parent c036036 commit 5977f84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- master
7-
- 52
7+
- 52-beta
88
pull_request:
99
types: [assigned, opened, synchronize, reopened]
1010

@@ -64,8 +64,8 @@ jobs:
6464
--yes \
6565
--no-verify-access
6666
67-
- name: Release packages (52)
68-
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/52'
67+
- name: Release packages (52-beta)
68+
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/52-beta'
6969
env:
7070
NODE_AUTH_TOKEN: ${{ secrets.JIGSAW_AUTH_TOKEN }}
7171
run: |

0 commit comments

Comments
 (0)