Skip to content

Commit

Permalink
chore(actions): 修改 action 的执行分支
Browse files Browse the repository at this point in the history
  • Loading branch information
zengyue committed Nov 21, 2023
1 parent 7de66bf commit 96ebb37
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 13 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
10 changes: 0 additions & 10 deletions .github/workflows/ci_schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,3 @@ jobs:
"picUrl": "https://gw.alipayobjects.com/zos/finxbff/compress-tinypng/ea88c724-38fb-42aa-8055-0e08155368b9.png"
}
}
# 保存巡检失败的 diff 图片
- name: save diff snapshot
uses: actions/upload-artifact@v2
if: ${{ failure() }}
with:
name: diff snapshot
path: |
packages/**/__image_snapshots__/__diff_output__/*.png
!**/node_modules/**
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 96ebb37

Please sign in to comment.