We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 247831d commit 9121a95Copy full SHA for 9121a95
.github/workflows/algolia.yml
@@ -2,7 +2,6 @@ name: Deploy
2
on:
3
push:
4
branches:
5
- - beta
6
- master
7
jobs:
8
deploy:
.github/workflows/deploy.yml
@@ -6,7 +6,7 @@ on:
# 在针对 `main` 分支的推送上运行。如果你
# 使用 `master` 分支作为默认分支,请将其更改为 `master`
9
- branches: [beta]
+ branches: [master]
10
11
# 允许你从 Actions 选项卡手动运行此工作流程
12
workflow_dispatch:
0 commit comments