This commit is contained in:
parent
45b660c2da
commit
7d65c01882
1 changed files with 7 additions and 0 deletions
7
.forgejo/workflows/ci.yaml
Normal file
7
.forgejo/workflows/ci.yaml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
name: CI
|
||||
on: [push]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- run: echo "trigger"
|
||||
Loading…
Add table
Reference in a new issue