From 424f9be3cef7fc204e5ed6325c733a5fb7fcd00b Mon Sep 17 00:00:00 2001 From: Natalie Schultz <90212258+nataliejschultz@users.noreply.github.com> Date: Mon, 13 May 2024 10:34:33 -0600 Subject: [PATCH] Getting the test to run Have to get the test to run to see if it fixes it! --- .github/workflows/nominatim-docker-test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/nominatim-docker-test.yml b/.github/workflows/nominatim-docker-test.yml index c684b1fde..20d455908 100644 --- a/.github/workflows/nominatim-docker-test.yml +++ b/.github/workflows/nominatim-docker-test.yml @@ -7,6 +7,10 @@ on: # Run every Sunday at 4:05 am - cron: '5 4 * * 0' + push: + branches: + - master + - nominatim-regression-fix jobs: # This workflow contains a single job called "build" build: