Run workflow on push
This commit is contained in:
parent
fc3436f7d8
commit
d721c86a9d
1 changed files with 3 additions and 0 deletions
|
|
@ -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