1 parent aa636b7 commit 29a5f22Copy full SHA for 29a5f22
1 file changed
.github/workflows/ci.yml
@@ -2,7 +2,7 @@ name: CI
2
3
on:
4
push:
5
- branches: [ main, develop ]
+ branches: [ '**' ] # Run on all branches
6
tags:
7
- 'v*' # Trigger on version tags (v1.0.0, v1.2.3, etc.)
8
pull_request:
0 commit comments