Skip to content

Commit

Permalink
Update welcome.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan authored Sep 3, 2021
1 parent 5cd6cf6 commit a176c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/welcome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:

jobs:
release-template:
if: ${{ github.head_ref == 'changeset-release/main' }}
if: ${{ github.head_ref == 'changeset-release/main' || github.head_ref == 'changeset-release/next_major' }}
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit a176c47

Please sign in to comment.