From b83fc58234a52baf14c2dfad645e2b996ea6b3c6 Mon Sep 17 00:00:00 2001 From: zengyue Date: Tue, 21 Nov 2023 19:37:31 +0800 Subject: [PATCH] =?UTF-8?q?chore(actions):=20=E4=BF=AE=E6=94=B9=20action?= =?UTF-8?q?=20=E7=9A=84=E6=89=A7=E8=A1=8C=E5=88=86=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/auto-release.yml | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/ci_schedule.yml | 2 -- .github/workflows/sync-to-gh-pages.yml | 2 +- 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index dcf6303ce..645a28c54 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -2,7 +2,7 @@ name: 🚀 Auto Release on: push: branches: - - v5.0.x + - master jobs: release: diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0bfe56e3d..0e0ba0d4c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,7 +3,7 @@ name: master build on: push: branches: - - v5.0.x + - master jobs: build: diff --git a/.github/workflows/ci_schedule.yml b/.github/workflows/ci_schedule.yml index 289f85f07..13727a529 100644 --- a/.github/workflows/ci_schedule.yml +++ b/.github/workflows/ci_schedule.yml @@ -11,8 +11,6 @@ jobs: runs-on: macos-latest steps: - uses: actions/checkout@v2 - with: - ref: v5.0.x - name: Use Node.js uses: actions/setup-node@v2 diff --git a/.github/workflows/sync-to-gh-pages.yml b/.github/workflows/sync-to-gh-pages.yml index 5f5c14b24..298df609a 100644 --- a/.github/workflows/sync-to-gh-pages.yml +++ b/.github/workflows/sync-to-gh-pages.yml @@ -3,7 +3,7 @@ name: 🤖 Sync to gh-pages on: push: branches: - - v5.0.x + - master jobs: build-and-deploy: