Allow workflow to manually run

This commit is contained in:
Sean Greenawalt 2025-09-19 17:17:25 -04:00
commit a93715362f

View file

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