This commit is contained in:
parent
6869461f71
commit
09b93a8c2e
1 changed files with 10 additions and 0 deletions
10
.forgejo/workflows/build.yml
Normal file
10
.forgejo/workflows/build.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: echo All good!
|
Loading…
Reference in a new issue