Skip to content

Commit a98899b

Browse files
abueideclaude
andcommitted
test: enable push trigger for E2E workflow on feat branch
Add push trigger for feat/mobile-devtools-e2e-integration branch to test E2E workflow execution. TODO: Remove before merging to master. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent cf423ac commit a98899b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/e2e-mobile-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ on:
55
schedule:
66
- cron: '0 9 * * 1'
77

8+
# TODO: Remove before merging - for testing only
9+
push:
10+
branches:
11+
- feat/mobile-devtools-e2e-integration
12+
813
# Manual trigger
914
workflow_dispatch:
1015
inputs:

0 commit comments

Comments
 (0)