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