ソースを参照

GitHub 'test' workflow: Run on any pull request

Daniel Rudolf 3 年 前
コミット
92907a1361
1 ファイル変更2 行追加7 行削除
  1. 2 7
      .github/workflows/test.yml

+ 2 - 7
.github/workflows/test.yml

@@ -2,14 +2,9 @@ name: Test Pico CMS
 
 on:
     push:
-        branches:
-            - master
-            - pico-3.0
+        branches: [ 'master' ]
         tags: [ 'v*.*.*' ]
-    pull_request:
-        branches:
-            - master
-            - pico-3.0
+    pull_request: {}
 
 jobs:
     test: