Skip to content

Commit

Permalink
chore: update release to run on next
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Moore committed Mar 4, 2022
1 parent 176d408 commit d52abc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ jobs:
# We download all `dist/` artifacts from GitHub to skip the build process.
changelog:
name: Changelog PR or Release
if: ${{ github.ref_name == 'main' && github.repository_owner == 'withastro' }}
if: ${{ (github.ref_name == 'main' || github.ref_name == 'next') && github.repository_owner == 'withastro' }}
needs: [build]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit d52abc1

Please sign in to comment.