Skip to content

Commit

Permalink
chore(actions): 修改 action 的执行分支 (#1887)
Browse files Browse the repository at this point in the history
  • Loading branch information
zengyue authored Nov 21, 2023
1 parent 7de66bf commit 03de4fd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 🚀 Auto Release
on:
push:
branches:
- v5.0.x
- master

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: master build
on:
push:
branches:
- v5.0.x
- master

jobs:
build:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci_schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-to-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 🤖 Sync to gh-pages
on:
push:
branches:
- v5.0.x
- master

jobs:
build-and-deploy:
Expand Down

0 comments on commit 03de4fd

Please sign in to comment.