mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-01 05:48:22 +03:00
Update ci.yml
move to checkout action
This commit is contained in:
parent
9039dda0ee
commit
7ec40c25f8
1 changed files with 5 additions and 7 deletions
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
|
@ -20,6 +20,8 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- dev
|
- dev
|
||||||
- master
|
- master
|
||||||
|
- extended
|
||||||
|
- '**-feature-**'
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'README.md'
|
- 'README.md'
|
||||||
- 'doc/**'
|
- 'doc/**'
|
||||||
|
@ -36,13 +38,9 @@ jobs:
|
||||||
permissions: write-all
|
permissions: write-all
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout branch "${{ github.ref_name }}"
|
- name: Checkout
|
||||||
env:
|
uses: actions/checkout@v4
|
||||||
BRANCH: ${{ github.ref_name }}
|
|
||||||
run: |
|
|
||||||
git clone --no-checkout https://github.com/MaintainTeam/LastPipeBender.git .
|
|
||||||
git checkout --progress --force "$BRANCH"
|
|
||||||
|
|
||||||
- name: Set up JDK
|
- name: Set up JDK
|
||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue