Skip to content

Commit

Permalink
Merge pull request #467 from alovajs/changeset-release/next
Browse files Browse the repository at this point in the history
ci: release next (beta)
  • Loading branch information
JOU-amjs authored Jul 22, 2024
2 parents dd8310b + 049bc4b commit c0ed6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
quality:
runs-on: ubuntu-latest
if: ${{ !contains(github.ref, 'changeset-release') }}
if: ${{ !contains(github.event.pull_request.head.ref, 'changeset-release') }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit c0ed6fd

Please sign in to comment.