Skip to content

Commit 582c028

Browse files
committed
First.
1 parent 1350920 commit 582c028

File tree

11 files changed

+10028
-11768
lines changed

11 files changed

+10028
-11768
lines changed

.github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- v17
78
paths-ignore:
89
- "**/*.md"
910
pull_request:
@@ -201,7 +202,7 @@ jobs:
201202
runs-on: ubuntu-latest
202203
name: Publish (NPM)
203204
needs: ['build', 'test', 'browser']
204-
if: ${{ github.ref == 'refs/heads/master' || github.event_name == 'release' }}
205+
if: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/v17' || github.event_name == 'release' }}
205206
steps:
206207
- name: Setup node
207208
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)