summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-12-26 21:37:09 +0000
committerGitHub <noreply@github.com>2020-12-26 21:37:09 +0000
commit446ecbe3fb6daa6388283976528c35eb24060719 (patch)
tree9414f0ab338732a50f8b327fd863a40fb1d45785
parent36d8eae6b780c3372b023ac8b256f0f0065ae495 (diff)
parent3c4be772a68bbb438cae76ddccfa1016cb44fe72 (diff)
Merge pull request #467 from MarcoIeni/patch-2
ci: run also on push
-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 da7d95c9..c78ae786 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1,6 +1,11 @@
-on: [pull_request]
name: Continuous Integration
+on:
+ push:
+ branches:
+ - master
+ pull_request:
+
jobs:
unit_tests: