From 529015736e9684700d0ffdf73b3936280723a948 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Fri, 2 Feb 2024 13:20:08 +0100 Subject: [PATCH] DX: trigger constraints update on file changes (#30) --- .github/workflows/constraints.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/constraints.yml b/.github/workflows/constraints.yml index 7ba9233..9000031 100644 --- a/.github/workflows/constraints.yml +++ b/.github/workflows/constraints.yml @@ -6,6 +6,10 @@ on: - main - epic/* - "[0-9]+.[0-9]+.x" + paths: + - "**/requirements.in" + - "**/requirements.txt" + - .pre-commit-config.yaml workflow_dispatch: jobs: