Files
owof-announcements/.gitea/workflows/cicd.yaml
T
redglow b8bb83624d
Build and Deploy / Build (push) Failing after 2s
ci: yarn install (dev)
2026-06-22 08:33:56 +02:00

17 lines
332 B
YAML

name: Build and Deploy
run-name: Build And Deploy (by ${{ gitea.actor }}) 🚀
on:
workflow_dispatch:
push:
branches:
- main
jobs:
checkout:
name: Build
steps:
- name: Checkout Source Code
uses: actions/checkout@v4
- name: Yarn install (dev)
shell: bash
run: yarn install