Skip to content

Commit

Permalink
build: 222
Browse files Browse the repository at this point in the history
  • Loading branch information
huaichaow committed Jun 29, 2023
1 parent 5e8a495 commit 3031e28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ jobs:
pull-requests: write # to be able to comment on released pull requests
id-token: write # to enable use of OIDC for npm provenance
steps:
- name: check x ${github.ref} ${github.event_name} ${github}
- name: check x ${{ github.ref }} ${{ github.event_name }} ${{ github }}
if: github.event_name == 'workflow_dispatch' && github.ref != 'refs/heads/mainxxxx'
run:
echo "${{ github.ref }} ${{ github.event_name }} ${{ github }}"
exit 1

- name: Checkout
Expand Down

0 comments on commit 3031e28

Please sign in to comment.