mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-06 07:29:38 +00: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
12c52ab151
commit
ce7ede7783
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