diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test.yml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2c7a2c5..fc5810d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,12 +1,6 @@ name: Test CI -on: - push: - branches: - - master - pull_request: - branches: - - master +on: [push, pull_request] jobs: test: |
