We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a32d424 commit 2d48ab0Copy full SHA for 2d48ab0
.github/workflows/test.yml
@@ -205,7 +205,7 @@ jobs:
205
runs-on: ubuntu-latest
206
name: Publish (NPM)
207
needs: ['build', 'test', 'browser']
208
- 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' }}
209
steps:
210
- name: Setup node
211
uses: actions/setup-node@v3
0 commit comments