Browse Source

Update CI so that it runs on pushes and PRs

Nicholas Bishop 2 years ago
parent
commit
5f5c9cc363
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .github/workflows/ci.yml

+ 4 - 0
.github/workflows/ci.yml

@@ -2,7 +2,11 @@ name: CI
 
 on:
   pull_request:
+    branches:
+      - master
   push:
+    branches:
+      - master
   schedule:
     - cron: '0 1 * * *'