🧪 test: add official Gitea Actions demo workflow

This commit is contained in:
2026-04-06 11:05:24 +02:00
parent e55c92735d
commit d63ccc459e

View 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"