Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
Tenny committed Jun 18, 2024
1 parent f8d2a56 commit d234236
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
on:
push:
branches:
- main
- publish

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


# 只允许同时进行一次部署,跳过正在运行和最新队列之间的运行队列
# 但是,不要取消正在进行的运行,因为我们希望允许这些生产部署完成
concurrency:
group: pages
cancel-in-progress: false

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

0 comments on commit d234236

Please sign in to comment.