Test gitea actions

This commit is contained in:
Administrator 2023-03-27 23:29:55 +02:00
parent 408523a99e
commit 6cdad0eeb2
2 changed files with 4 additions and 8 deletions

View File

@ -1,10 +1,8 @@
name: Build & Publish Backend
on:
push:
- master
- main
paths:
- "backend/**"
paths:
- "backend/**"
jobs:
build:
runs-on: ubuntu-latest

View File

@ -1,10 +1,8 @@
name: Build & Publish Backend
on:
push:
- master
- main
paths:
- "frontend/**"
paths:
- "frontend/**"
jobs:
build:
runs-on: ubuntu-latest