Skip to content

Commit

Permalink
fix release triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
rezrah committed Nov 25, 2024
1 parent e9b96d3 commit 106fafd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
release_candidate:
name: Final
if: ${{ github.repository == 'primer/primitives' && github.ref_name == 'changeset-release/main' }}
if: ${{ github.repository == 'primer/primitives' && github.ref_name == 'main' }}

runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
release_candidate_next_major:
name: Final
if: ${{ github.repository == 'primer/primitives' && github.ref_name == 'changeset-release/next-major' }}
if: ${{ github.repository == 'primer/primitives' && github.ref_name == 'next-major' }}

runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 106fafd

Please sign in to comment.