ci: change validation to run for every branch

This commit is contained in:
Sam Chau
2025-11-03 02:04:05 +10:30
parent f143ff9634
commit 73cef97124
+2 -2
View File
@@ -6,10 +6,10 @@ on:
workflow_dispatch: workflow_dispatch:
push: push:
branches: branches:
- "v*" - "*"
pull_request: pull_request:
branches: branches:
- "v*" - "*"
jobs: jobs:
validate-languages: validate-languages: