瀏覽代碼

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: