From f16757aa1d9fe9fc19bae7fae9d9204aa87c3efe Mon Sep 17 00:00:00 2001 From: Mario Ranftl Date: Tue, 29 Oct 2024 17:28:34 +0100 Subject: [PATCH] github actions fix publish inline condidional --- .github/workflows/build-test-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test-publish.yml b/.github/workflows/build-test-publish.yml index c5be087..c17204e 100644 --- a/.github/workflows/build-test-publish.yml +++ b/.github/workflows/build-test-publish.yml @@ -63,7 +63,7 @@ jobs: run: docker rm builder publish: - if: github.event_name == 'tag' || (github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev')) || + if: github.event_name == 'tag' || (github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev')) needs: - build-test runs-on: ubuntu-latest