Add workflow #1

Merged
seang96 merged 17 commits from test into main 2025-09-19 23:10:47 +00:00
Showing only changes of commit 769483cf23 - Show all commits

Fix on.push
Some checks failed
Build and Patch Releases / build (push) Has been cancelled

Sean Greenawalt 2025-09-19 18:01:38 -04:00

View file

@ -3,7 +3,7 @@ name: Build and Patch Releases
on:
push:
branches:
- *
- '*'
schedule:
- cron: '30 17 * * *' # Runs daily at 5:30 PM
workflow_dispatch: