Test gitea actions

This commit is contained in:
Administrator 2023-03-27 23:46:46 +02:00
parent a241fbefa5
commit be3de9b163

View File

@ -1,5 +1,9 @@
name: Build & Publish Backend
on: [push]
on:
push:
paths:
- "backend/**"
- "frontend/**"
jobs:
build:
runs-on: ubuntu-latest