Enable cron in deploy workflow
All checks were successful
Build And Publish / BuildAndPublish (push) Successful in 3m7s

This commit is contained in:
Ryan Freeman 2025-03-27 21:01:18 +00:00
parent f8d668e4f3
commit aed28d8ce3

View File

@ -1,8 +1,8 @@
name: Build And Publish
run-name: ${{ gitea.actor }} runs ci pipeline
on:
# schedule:
# - cron: '59 23 * * *'
schedule:
- cron: '59 23 * * *'
push:
branches:
- 'main'