liuyuqi-dellpc 3 years ago
parent
commit
8adc57e6d6
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .github/workflows/main.yml

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

@@ -1,6 +1,10 @@
 name: auto CI
 
 on:
+  push:
+    branches: [ master ]
+  pull_request:
+    branches: [ master ]
   schedule:
   - cron: "0 2 * * 1-5"