Skip to content

Commit 59abd84

Browse files
madeyeclaude
andcommitted
CI: trigger Android Build on feature/** and test/** branches
PRs into feature/** branches and pushes to test/** branches were previously silent. Extend the workflow triggers so this PR (and similar follow-ups) actually run CI. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 987a5cb commit 59abd84

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/android-build.yml

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

33
on:
44
push:
5-
branches: [ master, main, 'claude/**' ]
5+
branches: [ master, main, 'claude/**', 'feature/**', 'test/**' ]
66
pull_request:
7-
branches: [ master, main ]
7+
branches: [ master, main, 'feature/**' ]
88

99
jobs:
1010
build:

0 commit comments

Comments
 (0)