From 7a089053095821b0b9fe6ef5695fb0308637e9d6 Mon Sep 17 00:00:00 2001 From: AKuHAK <621640+AKuHAK@users.noreply.github.com> Date: Tue, 1 Feb 2022 17:27:56 +0200 Subject: [PATCH] Update compilation.yml --- .github/workflows/compilation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compilation.yml b/.github/workflows/compilation.yml index 4f80bdd..7a4ffca 100644 --- a/.github/workflows/compilation.yml +++ b/.github/workflows/compilation.yml @@ -64,7 +64,7 @@ jobs: release: needs: [build, build-hdlgmanclient] runs-on: ubuntu-latest - if: startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/master' + if: startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' steps: - uses: actions/checkout@v2 @@ -90,7 +90,7 @@ jobs: name: HDLGManClient - name: Create pre-release - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/main' uses: marvinpinto/action-automatic-releases@latest with: repo_token: "${{ secrets.GITHUB_TOKEN }}"