Skip to content

Commit

Permalink
fix: test on all branches and pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Oct 12, 2022
1 parent d15f26f commit f2ae077
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/js-test-and-release.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
name: test & maybe release
on:
push:
branches:
- esm-migration # with #262 - ${{{ github.default_branch }}}
pull_request:
branches:
- esm-migration # with #262 - ${{{ github.default_branch }}}
on: [push, pull_request]

jobs:

Expand Down Expand Up @@ -126,7 +120,7 @@ jobs:
release:
needs: [test-node, test-chrome, test-chrome-webworker, test-firefox, test-firefox-webworker, test-electron-main, test-electron-renderer]
runs-on: ubuntu-latest
if: github.event_name == 'push' && github.ref == 'refs/heads/${{{ github.default_branch }}}'
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit f2ae077

Please sign in to comment.