From b600c44826d3b5d701942dc16a53b3fd757dca23 Mon Sep 17 00:00:00 2001 From: pederhan Date: Tue, 8 Oct 2024 13:04:00 +0200 Subject: [PATCH] main/master --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9f879ed..f053118 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,7 +18,7 @@ jobs: # https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/accessing-contextual-information-about-workflow-runs#determining-when-to-use-contexts - name: Exit if not on master branch - if: ${{ github.ref == 'refs/heads/main' }} + if: ${{ github.ref == 'refs/heads/master' }} run: exit -1 - name: Install uv