This commit is contained in:
parent
89118c45d1
commit
251281bf4b
1 changed files with 12 additions and 0 deletions
12
.forgejo/workflows/main.yaml
Normal file
12
.forgejo/workflows/main.yaml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
---
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: 'self-hosted'
|
||||||
|
steps:
|
||||||
|
- run: |
|
||||||
|
pwd
|
||||||
|
ls
|
Loading…
Add table
Reference in a new issue