This commit is contained in:
parent
abf264544f
commit
c90e8555da
1 changed files with 15 additions and 0 deletions
15
.forgejo/workflows/testworkflow.yml
Normal file
15
.forgejo/workflows/testworkflow.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
name: Test
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
test_service:
|
||||
runs-on: native
|
||||
|
||||
steps:
|
||||
- name: Print stuff
|
||||
run: |
|
||||
echo "Hellooo"
|
Loading…
Add table
Add a link
Reference in a new issue