From 7c4e40e49f4634ba9463d5acb16f7c5e57ccee2e Mon Sep 17 00:00:00 2001 From: alefvanoon <53198048+alefvanoon@users.noreply.github.com> Date: Tue, 8 Feb 2022 13:31:35 +0000 Subject: [PATCH] Remove checkout branch from CI --- .github/workflows/ci.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5463c5572..f9a6ed51e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,16 +3,12 @@ name: CI on: workflow_dispatch: pull_request: - branches: - - master paths-ignore: - 'README*.md' - 'fastlane/**' - 'assets/**' - '.github/**/*.md' push: - branches: - - master paths-ignore: - 'README*.md' - 'fastlane/**' @@ -26,11 +22,6 @@ jobs: - uses: actions/checkout@v2 - uses: gradle/wrapper-validation-action@v1 - - name: create and checkout branch - # push events already checked out the branch - if: github.event_name == 'pull_request' - run: git checkout -B ${{ github.head_ref }} - - name: set up JDK 11 uses: actions/setup-java@v2 with: