From 16844c1392b0291692905bfe845dfbb462a16e7c Mon Sep 17 00:00:00 2001 From: Christophe de Carvalho Date: Mon, 17 Feb 2020 15:36:29 +0100 Subject: [PATCH] only trigger bins-extra build when there is a modification in the build scripts --- .github/workflows/bins-extra-development.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/bins-extra-development.yaml b/.github/workflows/bins-extra-development.yaml index aaf6909c0..ddc3e0d35 100644 --- a/.github/workflows/bins-extra-development.yaml +++ b/.github/workflows/bins-extra-development.yaml @@ -5,6 +5,9 @@ on: - '*' tags-ignore: - v* + paths: + - 'bins/**' + - '.github/workflows/bins-extra-development' jobs: containerd: