Add workflow #1
1 changed files with 1 additions and 0 deletions
Allow workflow to manually run
commit
a93715362f
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue