Explorar el Código

Update CI so that it runs on pushes and PRs

Nicholas Bishop hace 2 años
padre
commit
5f5c9cc363
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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 * * *'