Update .gitea/workflows/build.yaml
All checks were successful
Build Docker Image / build (push) Successful in 3m46s

This commit is contained in:
2025-03-30 10:17:55 -06:00
parent 110c895094
commit b0b4b0410f

View File

@ -1,6 +1,13 @@
name: Build Docker Image
on: [push]
on:
push:
branches:
- main
- testing
pull_request:
branches:
- main
jobs:
build: