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 d721c86a9d - Show all commits

Run workflow on push

Sean Greenawalt 2025-09-19 18:00:32 -04:00

View file

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