From a8c14673cec5a6ffa5140afe594d922648d1ac82 Mon Sep 17 00:00:00 2001 From: Roland Groen Date: Tue, 19 Nov 2024 10:19:51 +0100 Subject: [PATCH] Include 'build-images' branch in workflow triggers Added 'build-images' branch to the workflow trigger for push requests. --- .github/workflows/build-images.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-images.yaml b/.github/workflows/build-images.yaml index ff5d6bb..7223600 100644 --- a/.github/workflows/build-images.yaml +++ b/.github/workflows/build-images.yaml @@ -5,12 +5,12 @@ on: push: branches: - master + - build-images # remove when merged tags: - 'v*' pull_request: branches: - master - - build-images # remove when merged # cancel build action if superseded by new commit on same branch concurrency: