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:
push:
branches:
- "v*"
- "*"
pull_request:
branches:
- "v*"
- "*"
jobs:
validate-languages: