diff options
| author | Dan Davison <dandavison7@gmail.com> | 2020-12-26 20:24:35 +0000 |
|---|---|---|
| committer | Dan Davison <dandavison7@gmail.com> | 2020-12-26 20:24:35 +0000 |
| commit | 3c4be772a68bbb438cae76ddccfa1016cb44fe72 (patch) | |
| tree | fe4f192aac464132b73b8d03ffbee6b057b6cf63 /.github/workflows | |
| parent | 3904beefa867f4879756091fb432832041117dda (diff) | |
CI on push-to-master and pull_request, per @MarcoIeni
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e09da86..c78ae78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,11 @@ -on: [push, pull_request] name: Continuous Integration +on: + push: + branches: + - master + pull_request: + jobs: unit_tests: |
