1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-06 21:40:56 +00:00

ci: run workflows on push to release branch

This commit is contained in:
Martin Milata 2024-12-03 22:12:17 +01:00
parent b64011bb58
commit 0a91d2e463
4 changed files with 15 additions and 2 deletions

View File

@ -5,6 +5,10 @@ on:
workflow_dispatch:
schedule:
- cron: '14 23 * * *' # every day @ 23:14
push:
branches:
- 'release/**'
# cancel any previous runs on the same PR
concurrency:
@ -123,8 +127,8 @@ jobs:
docker_build:
name: Firmware docker build
# scheduled, manual runs, PRs for release branches
if: github.event_name != 'pull_request' || startsWith(github.head_ref, 'release/')
# scheduled, manual runs, push to release branches
if: github.event_name != 'pull_request'
runs-on: ubuntu-latest
strategy:
fail-fast: false

View File

@ -10,6 +10,9 @@ on:
workflow_dispatch:
schedule:
- cron: '15 23 * * *' # every day @ 23:15
push:
branches:
- 'release/**'
# cancel any previous runs on the same PR
concurrency:

View File

@ -5,6 +5,9 @@ on:
workflow_dispatch:
schedule:
- cron: '35 22 * * *' # every day @ 22:35
push:
branches:
- 'release/**'
# cancel any previous runs on the same PR
concurrency:

View File

@ -5,6 +5,9 @@ on:
workflow_dispatch:
schedule:
- cron: '13 23 * * *' # every day @ 23:13
push:
branches:
- 'release/**'
# cancel any previous runs on the same PR
concurrency: