Skip to content

Commit 29a5f22

Browse files
committed
Update CI workflow to trigger on all branches
- Modified the CI configuration to run on all branches instead of just main and develop, enhancing testing coverage across the repository.
1 parent aa636b7 commit 29a5f22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22

33
on:
44
push:
5-
branches: [ main, develop ]
5+
branches: [ '**' ] # Run on all branches
66
tags:
77
- 'v*' # Trigger on version tags (v1.0.0, v1.2.3, etc.)
88
pull_request:

0 commit comments

Comments
 (0)