diff options
| author | 2025-01-16 01:28:07 +0800 | |
|---|---|---|
| committer | 2025-01-16 01:28:07 +0800 | |
| commit | 85f57dc9eb2e501beeb1f493c85b27fe8e68f566 (patch) | |
| tree | 03a6d09cdb4659c817e0c83d20986badcb55ad7c /.github | |
| parent | ee71943e7433059d9326867d5dd62385ab76ab58 (diff) | |
| download | DropOut-85f57dc9eb2e501beeb1f493c85b27fe8e68f566.tar.gz DropOut-85f57dc9eb2e501beeb1f493c85b27fe8e68f566.zip | |
更新发布工作流以包括对主分支的推送触发
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/release.yml | 2 |
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: |