From c99deb224fcc27bb838bbfddb36ee642970b685b Mon Sep 17 00:00:00 2001 From: Stadnik Andrii Date: Sun, 8 Oct 2023 14:07:55 +0300 Subject: [PATCH] chore(CI): Comment out if statement for base_ref check --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7a7f17f8..4eb20199 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -32,7 +32,7 @@ jobs: auto-merge: needs: [build_and_test_bot, build_flutter_apk] runs-on: ubuntu-latest - if: github.base_ref == 'main' + # if: github.base_ref == 'main' permissions: pull-requests: write contents: write