summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-12-16 23:18:01 +0000
committerGitHub <noreply@github.com>2020-12-16 23:18:01 +0000
commit2aeec901de8fd139f4433a784acef8cfe349a533 (patch)
tree700f89e6fc5b7681ff22da14d0fe0861a4491e8f
parent46eb84bd34f8ff67f749eec8a287d5a3e7a0919a (diff)
Run CI on pull_request only (#450)
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e09da869..da7d95c9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1,4 +1,4 @@
-on: [push, pull_request]
+on: [pull_request]
name: Continuous Integration
jobs: