Skip to content

Commit c882af8

Browse files
committed
fix: run docker build workflow if docker.env changed
Without this, PRs that for example update the rust toolchain (see rust-vmm#132 for an example) will not trigger the workflow, but since the workflow is required, they will not be able to get merged). Signed-off-by: Patrick Roy <[email protected]>
1 parent 825a7ab commit c882af8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- build_container.sh
1010
- Dockerfile.riscv64
1111
- riscv64/*
12+
- docker.env
1213
pull_request:
1314
branches: [ "main" ]
1415
paths:
@@ -17,6 +18,7 @@ on:
1718
- build_container.sh
1819
- Dockerfile.riscv64
1920
- riscv64/*
21+
- docker.env
2022

2123
jobs:
2224
build:

0 commit comments

Comments
 (0)