Skip to content

Commit 9121a95

Browse files
committed
chore: ci
1 parent 247831d commit 9121a95

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/algolia.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Deploy
22
on:
33
push:
44
branches:
5-
- beta
65
- master
76
jobs:
87
deploy:

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
# 在针对 `main` 分支的推送上运行。如果你
77
# 使用 `master` 分支作为默认分支,请将其更改为 `master`
88
push:
9-
branches: [beta]
9+
branches: [master]
1010

1111
# 允许你从 Actions 选项卡手动运行此工作流程
1212
workflow_dispatch:

0 commit comments

Comments
 (0)