mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-19 05:05:44 +08:00
Remove tag trigger from auto-release workflow
The workflow will no longer be triggered by tag pushes, only by pushes to the main branch.
This commit is contained in:
parent
e43f229e04
commit
2a160d296f
3
.github/workflows/auto-release.yml
vendored
3
.github/workflows/auto-release.yml
vendored
@ -5,9 +5,6 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- '*' # 任意 tag push 时触发
|
||||
|
||||
permissions: write-all
|
||||
|
||||
env:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user