From deaa21b86f708547322dbae214c52c240c859348 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ricks?= Date: Thu, 30 Jan 2025 11:15:13 +0100 Subject: [PATCH] Reformat container build workflow yaml Use yaml instead of json syntax for array. It's easier to change and diff if each item of an array is at its own line in the file. --- .github/workflows/container.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 39d620cf28..dff27ec738 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -2,10 +2,13 @@ name: Build and Push to Container Image on: push: - branches: [main] - tags: ['v24*'] + branches: + - main + tags: + - 'v24*' pull_request: - branches: [main] + branches: + - main workflow_dispatch: inputs: ref-name: