Skip to content

Commit 9d2a83f

Browse files
committed
ci: enable GitHub Actions for 0.4.x branch
Add 0.4.x to the list of branches that trigger CI runs in the GitHub Actions workflow. This ensures that pushes and pull requests targeting the stable release branch receive the same automated testing as master. Assisted-by: Claude Code
1 parent ce2a79b commit 9d2a83f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [ master, main ]
5+
branches: [ master, main, 0.4.x ]
66
pull_request:
7-
branches: [ master, main ]
7+
branches: [ master, main, 0.4.x ]
88

99
jobs:
1010
test:

0 commit comments

Comments
 (0)