ci: Add GitHub Actions workflow for compat variant

This commit is contained in:
yusing
2025-11-19 15:17:53 +08:00
parent 98eab1fb4f
commit d2c28b12c6
2 changed files with 21 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ on:
- "**" # matches every branch
- "!dependabot/*"
- "!main" # excludes main
- "!compat" # excludes compat branch
jobs:
build-nightly: