mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-08 22:40:59 +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:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '14 23 * * *' # every day @ 23:14
|
- cron: '14 23 * * *' # every day @ 23:14
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- 'release/**'
|
||||||
|
|
||||||
|
|
||||||
# cancel any previous runs on the same PR
|
# cancel any previous runs on the same PR
|
||||||
concurrency:
|
concurrency:
|
||||||
@ -123,8 +127,8 @@ jobs:
|
|||||||
|
|
||||||
docker_build:
|
docker_build:
|
||||||
name: Firmware docker build
|
name: Firmware docker build
|
||||||
# scheduled, manual runs, PRs for release branches
|
# scheduled, manual runs, push to release branches
|
||||||
if: github.event_name != 'pull_request' || startsWith(github.head_ref, 'release/')
|
if: github.event_name != 'pull_request'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
3
.github/workflows/core.yml
vendored
3
.github/workflows/core.yml
vendored
@ -10,6 +10,9 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '15 23 * * *' # every day @ 23:15
|
- cron: '15 23 * * *' # every day @ 23:15
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- 'release/**'
|
||||||
|
|
||||||
# cancel any previous runs on the same PR
|
# cancel any previous runs on the same PR
|
||||||
concurrency:
|
concurrency:
|
||||||
|
3
.github/workflows/legacy.yml
vendored
3
.github/workflows/legacy.yml
vendored
@ -5,6 +5,9 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '35 22 * * *' # every day @ 22:35
|
- cron: '35 22 * * *' # every day @ 22:35
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- 'release/**'
|
||||||
|
|
||||||
# cancel any previous runs on the same PR
|
# cancel any previous runs on the same PR
|
||||||
concurrency:
|
concurrency:
|
||||||
|
3
.github/workflows/prebuild.yml
vendored
3
.github/workflows/prebuild.yml
vendored
@ -5,6 +5,9 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '13 23 * * *' # every day @ 23:13
|
- cron: '13 23 * * *' # every day @ 23:13
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- 'release/**'
|
||||||
|
|
||||||
# cancel any previous runs on the same PR
|
# cancel any previous runs on the same PR
|
||||||
concurrency:
|
concurrency:
|
||||||
|
Loading…
Reference in New Issue
Block a user