diff --git a/.github/workflows/ios-pr.yml b/.github/workflows/ios-pr.yml index e7fc7b09f4d8f..da86201f7c72d 100644 --- a/.github/workflows/ios-pr.yml +++ b/.github/workflows/ios-pr.yml @@ -1,7 +1,11 @@ name: iOS Unit tests on: pull_request: - #push: #todo remove when tests will be completed + push: + branches: + - "jb-main" + - "dima-andrei/ios-tests-on-pr-2" + concurrency: group: ${{ github.head_ref }}