Skip to content

Commit b3080ce

Browse files
committed
infra: enable CI tests for all pull requests
- Remove branch restriction that limited CI tests to PRs against main branch - CI tests now run on ALL pull requests, regardless of target branch - Ensures proper testing for feature branches against release branches - Publishing steps remain commented out for manual publishing only This allows the development workflow using release branches to have proper CI validation for all pull requests.
1 parent 06183a7 commit b3080ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: [ main, develop ]
66
pull_request:
7-
branches: [ main ]
7+
# Run tests on ALL pull requests, regardless of target branch
88
release:
99
types: [ published ]
1010

0 commit comments

Comments
 (0)