This commit is contained in:
parent
bd88b3d2b0
commit
e0d9cc0f58
1 changed files with 16 additions and 0 deletions
16
.forgejo/workflows/test.yml
Normal file
16
.forgejo/workflows/test.yml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
name: Test Workflow
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Test step
|
||||
run: |
|
||||
echo "Hello from test workflow!"
|
||||
echo "This is a simple test to verify CI is working."
|
||||
Loading…
Add table
Add a link
Reference in a new issue