Files
owof-announcements/.gitea/workflows/cicd.yaml
T
redglow 2da0c212ee
Build and Deploy / Build (push) Successful in 1m30s
ci: initial workflow
2026-06-22 08:29:36 +02:00

15 lines
261 B
YAML

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