From 5ece664e8a6e8a8b2e4bd2be88f142947438a774 Mon Sep 17 00:00:00 2001 From: Anthony Brown Date: Mon, 30 Mar 2026 16:05:10 +0000 Subject: [PATCH] fix ci workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ab4aa9..88b3856 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,6 @@ jobs: with: dry_run: true pinned_image: ${{ needs.get_config_values.outputs.pinned_image }} - branch_name: ${{ github.event.pull_request.head.ref }} + branch_name: main tag_format: ${{ needs.get_config_values.outputs.tag_format }} secrets: inherit