Update workflow
All checks were successful
Build And Publish / BuildAndPublish (push) Successful in 2m42s

This commit is contained in:
Ryan Freeman 2024-11-16 20:43:20 +00:00
parent 2abee73c1d
commit d8b6a603f6

View File

@ -1,6 +1,11 @@
name: Build And Publish
run-name: ${{ gitea.actor }} runs ci pipeline
on: [ push ]
on:
schedule:
- cron: '59 11 * * *'
push:
branches:
- 'main'
jobs:
BuildAndPublish: