.gitea/workflows/build.yml aktualisiert

This commit is contained in:
2026-06-15 16:19:37 +00:00
parent aa9171d09d
commit 7daddc33ab
+3 -3
View File
@@ -1,9 +1,9 @@
name: Build container image name: Build container image
on: on:
pull_request: # pull_request:
branches: # branches:
- main # - main
schedule: schedule:
- cron: '05 12 * * 2,5' - cron: '05 12 * * 2,5'
workflow_dispatch: workflow_dispatch: