Skip to content

Commit

Permalink
chore: enable test build
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverlaz committed Dec 20, 2024
1 parent 2d3047e commit 9098cb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/react-native-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
test_ios:
name: Test iOS
needs: build_ios
if: ${{ github.ref == 'refs/heads/main' }}
if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/codec-negotiation' }}
timeout-minutes: 100
runs-on: macos-latest
steps:
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
name: Test Android
needs: build_android
timeout-minutes: 100
if: ${{ github.ref == 'refs/heads/main' }}
if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/codec-negotiation'}}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9098cb4

Please sign in to comment.