Skip to content

Commit

Permalink
Remove LangPwn from development builds
Browse files Browse the repository at this point in the history
  • Loading branch information
AKuHAK committed Sep 18, 2024
1 parent 1787986 commit 025c7b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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 }}
Expand Down

0 comments on commit 025c7b3

Please sign in to comment.