ci: add branch filter for release workflow
All checks were successful
Release / Release (push) Successful in 35s
All checks were successful
Release / Release (push) Successful in 35s
This commit is contained in:
parent
edc05fe52b
commit
ff18094bc3
@ -1,6 +1,8 @@
|
|||||||
name: Release
|
name: Release
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user