This commit is contained in:
parent
cf0b4011d1
commit
0bca967960
4 changed files with 14 additions and 2 deletions
6
.forgejo/workflows/publish.yaml
Normal file
6
.forgejo/workflows/publish.yaml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: echo All Good
|
||||
Loading…
Add table
Add a link
Reference in a new issue