Skip to content

Commit

Permalink
github: Run tests on push not just on PR open
Browse files Browse the repository at this point in the history
  • Loading branch information
tmc committed Mar 8, 2023
1 parent 441f292 commit 8f9faf6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
@@ -1,9 +1,7 @@
name: Test CI
on:
push:
branches:
- master
pull_request:
push: {}
pull_request: {}
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8f9faf6

Please sign in to comment.