test: minimal workflow to debug push trigger
This commit is contained in:
8
.gitea/workflows/test.yaml
Normal file
8
.gitea/workflows/test.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
name: Test Push Trigger
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: echo "Push trigger works!"
|
||||
Reference in New Issue
Block a user