Skip to content

Commit

Permalink
Update ios-pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dima-avdeev-jb authored Dec 7, 2023
1 parent 44323ba commit 9aa6f95
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ios-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@ name: iOS Unit tests
on:
pull_request:
push:
branches:
branches:
- "jb-main"
- "dima-andrei/ios-tests-on-pr"

- "dima-andrei/ios-tests-on-pr-2"

concurrency:
group: ${{ github.head_ref }}
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit 9aa6f95

Please sign in to comment.