Update .gitea/workflows/test_build_and_push.yaml
All checks were successful
Build and push / check and test (push) Successful in 7s
Build and push / build_and_push (push) Successful in 2m25s

This commit is contained in:
2024-02-06 22:17:19 +01:00
parent a33d3dc23a
commit 8dff38ab9c

View File

@@ -1,9 +1,11 @@
---
name: Build and push
on:
# cron is not yet working
schedule:
- cron: '0 12 * * *'
push:
branches:
- 'main'
jobs:
test_shellcheck: