From 0256505fd0ace98f1ff2a61c14de8fd3ad6ebe16 Mon Sep 17 00:00:00 2001 From: zzstoatzz Date: Mon, 9 Dec 2024 14:27:33 -0600 Subject: [PATCH] run tests on changes to `entrypoint.sh` --- .github/workflows/python-tests.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-tests.yaml b/.github/workflows/python-tests.yaml index ea0230832677..33af87e3b9f4 100644 --- a/.github/workflows/python-tests.yaml +++ b/.github/workflows/python-tests.yaml @@ -16,6 +16,7 @@ on: - requirements-dev.txt - setup.cfg - Dockerfile + - scripts/entrypoint.sh push: branches: - main @@ -28,7 +29,7 @@ on: - requirements-dev.txt - setup.cfg - Dockerfile - + - scripts/entrypoint.sh permissions: contents: read actions: write