🧪 test: add official Gitea Actions demo workflow
This commit is contained in:
11
.gitea/workflows/test-trigger.yaml
Normal file
11
.gitea/workflows/test-trigger.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
name: Test Trigger
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo "Hello World from Gitea Actions"
|
||||
Reference in New Issue
Block a user