🧪 test: add official Gitea Actions demo workflow
This commit is contained in:
@@ -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