From b30f2a83a7c71f4e5c0c50f303ab1290edd7040c Mon Sep 17 00:00:00 2001 From: Kriszta Gombos Date: Mon, 22 Jul 2024 14:50:53 +0300 Subject: [PATCH] deleted if --- .github/workflows/ios-build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ios-build.yml b/.github/workflows/ios-build.yml index b7a1de99c..2dd1dee80 100644 --- a/.github/workflows/ios-build.yml +++ b/.github/workflows/ios-build.yml @@ -10,7 +10,6 @@ env: jobs: build-ipa: runs-on: [self-hosted, macOS] - if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/development' || needs.paths-filter.outputs.proxy == 'true' || needs.paths-filter.outputs.scenes == 'true' || needs.paths-filter.outputs.python == 'true' steps: - uses: actions/checkout@v3 @@ -31,7 +30,6 @@ jobs: **/*.log build-ipa2: runs-on: [self-hosted, macOS] - if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/development' || needs.paths-filter.outputs.proxy == 'true' || needs.paths-filter.outputs.scenes == 'true' || needs.paths-filter.outputs.python == 'true' steps: - uses: actions/checkout@v3 @@ -53,7 +51,6 @@ jobs: build-ipa3: runs-on: [self-hosted, macOS] - if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/development' || needs.paths-filter.outputs.proxy == 'true' || needs.paths-filter.outputs.scenes == 'true' || needs.paths-filter.outputs.python == 'true' steps: - uses: actions/checkout@v3