Add workflow #1
1 changed files with 3 additions and 0 deletions
Run workflow on push
commit
d721c86a9d
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue