Skip to content

Commit

Permalink
Merge branch 'MaintainTeam:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
klaviartur authored Jan 20, 2025
2 parents b1d10aa + 7ec40c2 commit f8d6400
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ on:
branches:
- dev
- master
- extended
- '**-feature-**'
paths-ignore:
- 'README.md'
- 'doc/**'
Expand All @@ -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:
Expand Down

0 comments on commit f8d6400

Please sign in to comment.