Skip to content

Commit

Permalink
Testing E2E triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
yasserfaraazkhan committed May 31, 2024
1 parent 48f4def commit bbf060a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/e2e-detox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ on:
push:
branches:
- 'release-*'
- 'test_triggers'
pull_request:
branches:
- 'master'
- 'ios_detox_job'
types:
- labeled
workflow_dispatch:
Expand Down Expand Up @@ -49,7 +51,7 @@ jobs:
run-ios-tests-on-release:
name: iOS Mobile Tests on Release
uses: ./.github/workflows/e2e-detox-ci-template.yml
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/heads/release-') }}
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/heads/test_triggers') }}
with:
run-ios-tests: true
run-android-tests: false
Expand Down

0 comments on commit bbf060a

Please sign in to comment.