mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-18 20:30:08 +08:00
Trigger release workflow on tag push
Changed the workflow trigger from pushes to the main branch to pushes of any tag. This enables releases to be automatically created when a new tag is pushed.
This commit is contained in:
parent
2a160d296f
commit
2ad2af4d7c
5
.github/workflows/auto-release.yml
vendored
5
.github/workflows/auto-release.yml
vendored
@ -3,8 +3,9 @@ name: AI RELEASE NapCat
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
permissions: write-all
|
||||
|
||||
env:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user