瀏覽代碼

Update action.yml

guo 3 年之前
父節點
當前提交
a8fad55204
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/action.yml

+ 2 - 2
.github/workflows/action.yml

@@ -8,14 +8,14 @@ on:
     - cron:  '0 16 1 * *'
   push:
     branches:
-      - master
+      - v4.0.x
     paths-ignore:
       - documentation/**
       - '**/README.md'
       - '**/README_zh.md'
   pull_request:
     branches:
-      - master
+      - v4.0.x
     paths-ignore:
       - documentation/**
       - '**/README.md'