Skip to content

Commit

Permalink
Build: Run GH action unit tests on next branch pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Dec 18, 2021
1 parent 510b364 commit d3bc320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-unit.yml
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build:
name: Core Unit Tests node-${{ matrix.node_version }}, ${{ matrix.os }}
if: ${{ github.event.label.name == 'ci:matrix' }}
if: ${{ github.event.label.name == 'ci:matrix' || github.event.type == 'push' }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit d3bc320

Please sign in to comment.