Browse Source

Update CI so that it runs on pushes and PRs

Nicholas Bishop 2 năm trước cách đây
mục cha
commit
5f5c9cc363
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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 * * *'