This commit is contained in:
parent
c42c6ff340
commit
235b4783ba
13
.gitea/workflows/stage0.yaml
Normal file
13
.gitea/workflows/stage0.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
run: |
|
||||
git clone --branch 2025.02.0 --depth 1 https://codeberg.org/stagex/stagex.git
|
||||
cd stagex
|
Loading…
x
Reference in New Issue
Block a user