From a1de7be79ec4721d2572b34f4e95f9e5d21694da Mon Sep 17 00:00:00 2001 From: Roger Coll Date: Wed, 19 Jun 2024 09:43:39 +0200 Subject: [PATCH] ci: build images on push to main and pull requests --- .github/workflows/build-images-elastic.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-images-elastic.yml b/.github/workflows/build-images-elastic.yml index 146cc2784f..572c8d323d 100644 --- a/.github/workflows/build-images-elastic.yml +++ b/.github/workflows/build-images-elastic.yml @@ -2,10 +2,9 @@ name: Test image generation on: push: - paths: - - '.github/**' - - 'src/**' - - 'test/**' + branches: [ main ] + pull_request: + branches: [ main ] jobs: build_images: