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:
parent
b64011bb58
commit
0a91d2e463
8
.github/workflows/common.yml
vendored
8
.github/workflows/common.yml
vendored
@ -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
|
||||
|
3
.github/workflows/core.yml
vendored
3
.github/workflows/core.yml
vendored
@ -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:
|
||||
|
3
.github/workflows/legacy.yml
vendored
3
.github/workflows/legacy.yml
vendored
@ -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:
|
||||
|
3
.github/workflows/prebuild.yml
vendored
3
.github/workflows/prebuild.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user