Skip to content

Commit

Permalink
update ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sieu-db committed Dec 19, 2024
1 parent c036036 commit 5977f84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- master
- 52
- 52-beta
pull_request:
types: [assigned, opened, synchronize, reopened]

Expand Down Expand Up @@ -64,8 +64,8 @@ jobs:
--yes \
--no-verify-access
- name: Release packages (52)
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/52'
- name: Release packages (52-beta)
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/52-beta'
env:
NODE_AUTH_TOKEN: ${{ secrets.JIGSAW_AUTH_TOKEN }}
run: |
Expand Down

0 comments on commit 5977f84

Please sign in to comment.