Skip to content

Commit e8f535d

Browse files
ci: trigger ios-flow on pull_request events
ios-flow was only triggered on manual dispatch with platform=ios. Also trigger it on every PR so iOS is validated alongside Android. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: Srinivasan Sekar <srinivasan.sekar1990@gmail.com>
1 parent 5901fd2 commit e8f535d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/layer3-branch-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
ios-flow:
7676
name: iOS — YAML flow
7777
runs-on: macos-14
78-
if: github.event_name == 'workflow_dispatch' && inputs.platform == 'ios'
78+
if: github.event_name == 'pull_request' || (github.event_name == 'workflow_dispatch' && inputs.platform == 'ios')
7979

8080
steps:
8181
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)