ci: fix Auto Alpha Tag
Some checks are pending
Auto Alpha Tag / auto-tag (x64, x64) (push) Waiting to run
Release / meta (push) Waiting to run
Release / windows (x64, x64) (push) Blocked by required conditions
Release / release (push) Blocked by required conditions

This commit is contained in:
octopus_yan 2024-09-19 01:10:43 +08:00
parent ec585ea29d
commit 329c484f4c

View File

@ -4,6 +4,11 @@ on:
push:
branches:
- "dev"
paths:
- ".github/workflows/*.yml"
- "src/**"
- "pom.xml"
- "!**/*.md"
pull_request:
branches:
- "dev"