This commit is contained in:
parent
02c4f8ac53
commit
4b3f4db451
1 changed files with 13 additions and 0 deletions
13
.forgejo/workflows/build.yml
Normal file
13
.forgejo/workflows/build.yml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- 'main'
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- name: Test
|
||||||
|
run: |
|
||||||
|
echo "test"
|
Loading…
Add table
Reference in a new issue