Skip to content

Commit

Permalink
chore: test builds for ios and android
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverlaz committed Dec 19, 2024
1 parent d75bd4c commit dd24426
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 @@ -129,7 +129,7 @@ jobs:
name: Deploy iOS
needs: build_ios
timeout-minutes: 60
if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/use-vp8-on-ios' }}
if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/codec-negotiation' }}
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -266,7 +266,7 @@ jobs:
name: Deploy Android
needs: build_android
timeout-minutes: 60
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 dd24426

Please sign in to comment.