Make release builds run on push to release branch
This commit is contained in:
parent
6074edb6eb
commit
8d5fef3ba8
.github/workflows
4
.github/workflows/release_debian10.yaml
vendored
4
.github/workflows/release_debian10.yaml
vendored
@ -10,7 +10,9 @@ on:
|
||||
options:
|
||||
- Release
|
||||
- RelWithDebInfo
|
||||
|
||||
push:
|
||||
branches:
|
||||
- "release/**"
|
||||
schedule:
|
||||
- cron: "0 22 * * *"
|
||||
|
||||
|
4
.github/workflows/release_ubuntu2004.yaml
vendored
4
.github/workflows/release_ubuntu2004.yaml
vendored
@ -10,7 +10,9 @@ on:
|
||||
options:
|
||||
- Release
|
||||
- RelWithDebInfo
|
||||
|
||||
push:
|
||||
branches:
|
||||
- "release/**"
|
||||
schedule:
|
||||
- cron: "0 22 * * *"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user