First test of gitea actions
Some checks failed
/ deploy-job (push) Failing after 0s

This commit was merged in pull request #64.
This commit is contained in:
2026-02-08 12:56:11 +01:00
parent 074de13175
commit cba20f6a61

View File

@@ -0,0 +1,11 @@
on:
push:
branches:
- master
workflow_dispatch:
jobs:
deploy-job:
runs-on: server
steps:
- name: initial test
uses: echo "test"