Skip to content

Commit 2d48ab0

Browse files
committed
Publish v16 branch canaries
1 parent a32d424 commit 2d48ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
runs-on: ubuntu-latest
206206
name: Publish (NPM)
207207
needs: ['build', 'test', 'browser']
208-
if: ${{ github.ref == 'refs/heads/master' || github.event_name == 'release' }}
208+
if: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/v16' || github.event_name == 'release' }}
209209
steps:
210210
- name: Setup node
211211
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)