workflow build_develop
This commit is contained in:
parent
2f752e0fc5
commit
efac4c12fc
2 changed files with 5 additions and 4 deletions
|
|
@ -1,10 +1,10 @@
|
|||
name: Dev-benchmark Builder
|
||||
name: Development Builder
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
- dev-benchmark
|
||||
# Manual trigger
|
||||
workflow_dispatch:
|
||||
workflow_dispatch: # Manual trigger
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
|
@ -19,6 +19,7 @@ jobs:
|
|||
- name: Clone repo
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.ref_name }}
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Set up gradle
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
| Releases | Preview builds | Dev builds | PR builds | Mihon Support Server |
|
||||
|----------|----------------|------------|-----------|----------------------|
|
||||
| [](https://github.com/komikku-app/komikku/releases/latest) | [](https://github.com/komikku-app/komikku/actions/workflows/build_preview.yml) | [](https://github.com/komikku-app/komikku/actions/workflows/build_dev_benchmark.yml) | [](https://github.com/komikku-app/komikku/actions/workflows/build_check.yml) | [](https://discord.gg/mihon) |
|
||||
| [](https://github.com/komikku-app/komikku/releases/latest) | [](https://github.com/komikku-app/komikku/actions/workflows/build_preview.yml) | [](https://github.com/komikku-app/komikku/actions/workflows/build_develop.yml) | [](https://github.com/komikku-app/komikku/actions/workflows/build_check.yml) | [](https://discord.gg/mihon) |
|
||||
|
||||
|
||||
#  Komikku
|
||||
|
|
|
|||
Loading…
Reference in a new issue