From 9f8ea9dd1ea9de7b8b429d7834aa51944be006c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Sevilla?= Date: Mon, 23 Oct 2023 16:29:53 +0200 Subject: [PATCH] Include makefile in trigger paths (#50) Add Makefile to trigger path Signed-off-by: Raul Sevilla --- .github/workflows/build-container.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-container.yml b/.github/workflows/build-container.yml index 8aa8832..eda376c 100644 --- a/.github/workflows/build-container.yml +++ b/.github/workflows/build-container.yml @@ -1,9 +1,10 @@ -name: Release ingress-netperf container image +name: Release ingress-perf container image on: push: paths: - - "containers/**" # Trigger only when Dockerfile changes in a pull request + - "containers/**" + - Makefile env: CONTAINER_REGISTRY: ${{ 'quay.io' }}