Update .forgejo/workflows/build-on-commit.yml
Some checks failed
Build Docker Image on Commit / build-and-publish (push) Failing after 2s

This commit is contained in:
merith-tk 2025-03-06 22:10:28 +00:00
parent 49c47e4b77
commit 1d10f55fe1

View file

@ -6,6 +6,8 @@ on:
- main
tags:
- '!' # Exclude tags
schedule:
- cron: '0 0 * * *'
jobs:
build-and-publish: