From ffe957885bb863bee062319786b3369d2c97e771 Mon Sep 17 00:00:00 2001 From: Reto Lehmann Date: Fri, 24 Nov 2023 10:56:04 +0100 Subject: [PATCH] Trigger image build when requirements change --- .github/workflows/knative-docs-image.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/knative-docs-image.yaml b/.github/workflows/knative-docs-image.yaml index eb09dbd2401..611302fabb0 100644 --- a/.github/workflows/knative-docs-image.yaml +++ b/.github/workflows/knative-docs-image.yaml @@ -8,6 +8,7 @@ on: - "docs/serving/autoscaling/autoscale-go/**" - "hack/docker/**" - ".github/workflows/knative-docs-image.yaml" + - "requirements.txt" jobs: build-and-push-image: