summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-12-26 20:24:35 +0000
committerDan Davison <dandavison7@gmail.com>2020-12-26 20:24:35 +0000
commit3c4be772a68bbb438cae76ddccfa1016cb44fe72 (patch)
treefe4f192aac464132b73b8d03ffbee6b057b6cf63
parent3904beefa867f4879756091fb432832041117dda (diff)
CI on push-to-master and pull_request, per @MarcoIeni
-rw-r--r--.github/workflows/ci.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e09da869..c78ae786 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: