Skip to content
This repository was archived by the owner on Nov 13, 2021. It is now read-only.

Commit 9f33552

Browse files
committed
feat(release): allow for @next releases
1 parent 707d0d2 commit 9f33552

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Code coverage
3838
uses: codecov/codecov-action@v1
3939
- name: Release
40-
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
40+
if: github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/next')
4141
run: yarn semantic-release
4242
env:
4343
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)