From 7ad68a3b28ae4b7bec4575a8f9beefbcf3ee4749 Mon Sep 17 00:00:00 2001 From: Paul Schwind Date: Wed, 8 Nov 2023 20:05:02 +0100 Subject: [PATCH] Undo change in client.yml to avoid conflicts --- .github/workflows/client.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml index 477fca1..b87b044 100644 --- a/.github/workflows/client.yml +++ b/.github/workflows/client.yml @@ -33,4 +33,4 @@ jobs: OSSRH_PASSWORD: ${{secrets.OSSRH_TOKEN}} GPG_KEY: ${{secrets.GPG_KEY}} GPG_PASSPHRASE: ${{secrets.GPG_PASSPHRASE}} - if: github.ref == 'refs/heads/main' \ No newline at end of file + if: github.ref == 'refs/heads/master' \ No newline at end of file