aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2025-01-16 01:28:07 +0800
committerHsiangNianian <i@jyunko.cn>2025-01-16 01:28:07 +0800
commit85f57dc9eb2e501beeb1f493c85b27fe8e68f566 (patch)
tree03a6d09cdb4659c817e0c83d20986badcb55ad7c /.github
parentee71943e7433059d9326867d5dd62385ab76ab58 (diff)
downloadDropOut-85f57dc9eb2e501beeb1f493c85b27fe8e68f566.tar.gz
DropOut-85f57dc9eb2e501beeb1f493c85b27fe8e68f566.zip
更新发布工作流以包括对主分支的推送触发
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 4043a3c..11adf65 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -4,6 +4,8 @@ on:
push:
tags:
- 'v*.*.*'
+ branches:
+ - main
jobs:
build: