ci: fix wildcard branch detection

Signed-off-by: Ramon Roche <mrpollo@gmail.com>
This commit is contained in:
Ramon Roche
2025-06-12 11:37:27 -07:00
parent a150fc05af
commit e05f7d8d85
17 changed files with 18 additions and 20 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ on:
- '.github/**'
pull_request:
branches:
- '*'
- '**'
paths-ignore:
- 'docs/**'
- '.github/**'