ソースを参照

modify trigger

Yuki Takei 4 年 前
コミット
723ef90e3d
1 ファイル変更4 行追加5 行削除
  1. 4 5
      .github/workflows/ci-app-prod.yml

+ 4 - 5
.github/workflows/ci-app-prod.yml

@@ -2,11 +2,10 @@ name: Node CI for app production
 
 on:
   push:
-    branches-ignore:
-      - release/**
-      - rc/**
-      - chore/**
-      - support/prepare-v**
+    branches:
+      - master
+  pull_request:
+    types: [opened, reopened, synchronize, closed]
 
 jobs: