From 7ec40c25f8868383a0a95d8b78b3e6dc3966539c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aliberk=20Sand=C4=B1k=C3=A7=C4=B1?= Date: Mon, 20 Jan 2025 21:04:35 +0300 Subject: [PATCH] Update ci.yml move to checkout action --- .github/workflows/ci.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d10768350..79cbd79d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,8 @@ on: branches: - dev - master + - extended + - '**-feature-**' paths-ignore: - 'README.md' - 'doc/**' @@ -36,13 +38,9 @@ jobs: permissions: write-all steps: - - name: Checkout branch "${{ github.ref_name }}" - env: - BRANCH: ${{ github.ref_name }} - run: | - git clone --no-checkout https://github.com/MaintainTeam/LastPipeBender.git . - git checkout --progress --force "$BRANCH" - + - name: Checkout + uses: actions/checkout@v4 + - name: Set up JDK uses: actions/setup-java@v4 with: