Reset build schedule and trigger on manual attempt
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -4,8 +4,9 @@ on:
|
||||
push:
|
||||
tags:
|
||||
- 'v**'
|
||||
- 'manual**'
|
||||
schedule:
|
||||
- cron: '45 1 * * *'
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user