Compare commits

..

1 Commits

Author SHA1 Message Date
329c484f4c 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
2024-09-19 01:13:45 +08:00

View File

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