Skip to content

Commit a4d1d39

Browse files
committed
ci: Enable workflow on feature branches and pull requests
Update GitHub Actions workflow to trigger on: - Pushes to main branch - Pushes to claude/** feature branches - Pull requests targeting main branch This ensures the build workflow runs for all development branches and pull requests, not just main branch commits.
1 parent 6c362ed commit a4d1d39

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: Build and Release Addon
22

33
on:
44
push:
5+
branches:
6+
- main
7+
- 'claude/**'
8+
pull_request:
59
branches:
610
- main
711
workflow_dispatch:

0 commit comments

Comments
 (0)