ci: initial workflow
Build and Deploy / Build (push) Successful in 1m30s

This commit is contained in:
redglow
2026-06-22 08:29:36 +02:00
parent 61196dc325
commit 2da0c212ee
+14
View File
@@ -0,0 +1,14 @@
name: Build and Deploy
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on:
workflow_dispatch:
push:
branches:
- main
jobs:
checkout:
name: Build
steps:
- name: Checkout Source Code
uses: actions/checkout@v4