Ver Fonte

Update CI so that it runs on pushes and PRs

Nicholas Bishop há 2 anos atrás
pai
commit
5f5c9cc363
1 ficheiros alterados com 4 adições e 0 exclusões
  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 * * *'