소스 검색

CI: push-containers: refresh containers also on modify cmake options

Refresh containers also on modify of cmake options in the include file.

Signed-off-by: Christian Marangi <[email protected]>
Christian Marangi 2 년 전
부모
커밋
b40c0b54bd
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .github/workflows/push-containers.yml

+ 1 - 0
.github/workflows/push-containers.yml

@@ -4,6 +4,7 @@ on:
   push:
     paths:
       - 'include/version.mk'
+      - 'include/cmake.mk'
       - 'tools/**'
       - '.github/workflows/push-containers.yml'
       - 'toolchain/**'