First test of gitea actions #64

Merged
krzysiej merged 1 commits from feature/gitea-action into master 2026-02-08 12:57:27 +01:00
Showing only changes of commit cba20f6a61 - Show all commits

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"