Skip to content

Commit

Permalink
First.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdaniels committed Oct 30, 2023
1 parent 1350920 commit 582c028
Show file tree
Hide file tree
Showing 11 changed files with 10,028 additions and 11,768 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- v17
paths-ignore:
- "**/*.md"
pull_request:
Expand Down Expand Up @@ -201,7 +202,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/v17' || github.event_name == 'release' }}
steps:
- name: Setup node
uses: actions/setup-node@v3
Expand Down
Loading

0 comments on commit 582c028

Please sign in to comment.