Skip to content

Commit

Permalink
Publish v16 branch canaries
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdaniels committed Oct 25, 2023
1 parent a32d424 commit 2d48ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
runs-on: ubuntu-latest
name: Publish (NPM)
needs: ['build', 'test', 'browser']
if: ${{ github.ref == 'refs/heads/master' || github.event_name == 'release' }}
if: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/v16' || github.event_name == 'release' }}
steps:
- name: Setup node
uses: actions/setup-node@v3
Expand Down

0 comments on commit 2d48ab0

Please sign in to comment.