Make release builds run on push to release branch

This commit is contained in:
Deda 2024-02-14 15:59:47 +01:00
parent 6074edb6eb
commit 8d5fef3ba8
2 changed files with 6 additions and 2 deletions

View File

@ -10,7 +10,9 @@ on:
options:
- Release
- RelWithDebInfo
push:
branches:
- "release/**"
schedule:
- cron: "0 22 * * *"

View File

@ -10,7 +10,9 @@ on:
options:
- Release
- RelWithDebInfo
push:
branches:
- "release/**"
schedule:
- cron: "0 22 * * *"