소스 검색

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'