Skip to content

Commit

Permalink
build & test of code should run on all PRs to master. Currently they …
Browse files Browse the repository at this point in the history
…do not run when Dependabot creates a PR to update a package version. (#189)
  • Loading branch information
tnixon authored Apr 5, 2022
1 parent 238f99f commit 30e71eb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: build

on:
push:
branches: '*'
branches: [ '*' ]
pull_request:
branches: [ 'master' ]

jobs:
run:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 30e71eb

Please sign in to comment.