From 025c7b328aac9e714f983fe3effb3f3abdd6f5bd Mon Sep 17 00:00:00 2001 From: AKuHAK <621640+AKuHAK@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:57:03 +0300 Subject: [PATCH] Remove LangPwn from development builds --- .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 b1e6fba..7a05af3 100644 --- a/.github/workflows/compilation.yml +++ b/.github/workflows/compilation.yml @@ -42,7 +42,7 @@ jobs: release: needs: build runs-on: ubuntu-latest - if: startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/LangPwn' + if: startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/master' steps: - uses: actions/checkout@v4 @@ -60,7 +60,7 @@ jobs: run: 7z a MechaPwn-${{ steps.slug.outputs.sha8 }}.7z MechaPwn/* - name: Create pre-release - if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/LangPwn' + if: github.ref == 'refs/heads/master' uses: mathieucarbou/marvinpinto-action-automatic-releases@latest with: repo_token: ${{ secrets.GITHUB_TOKEN }}