From ce2db01df61d6937d3dc8a2c675cf8ec6ab92546 Mon Sep 17 00:00:00 2001 From: Natalie Schultz <90212258+nataliejschultz@users.noreply.github.com> Date: Thu, 26 Oct 2023 14:59:18 -0600 Subject: [PATCH] Getting test to run on my branch again ???? Not sure why it didn't run last push. --- .github/workflows/nominatim-docker-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nominatim-docker-test.yml b/.github/workflows/nominatim-docker-test.yml index b21e63680..7fc686ad6 100644 --- a/.github/workflows/nominatim-docker-test.yml +++ b/.github/workflows/nominatim-docker-test.yml @@ -4,8 +4,8 @@ name: nominatim-docker-test # events but only for the master branch on: push: - paths: - - 'emission/integrationTests' + branches: + - nominatim # schedule: # # Run every Sunday at 4:05 am