Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJoeSmo committed Jun 3, 2024
1 parent ec8f094 commit 5a50790
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ jobs:
run: git push --tags

build_editor:
if: startsWith(github.ref, 'refs/tags/')

name: Build ${{ matrix.editor.name }}-${{ matrix.cfg.prefix }}
runs-on: ${{ matrix.cfg.os }}
strategy:
Expand Down Expand Up @@ -98,8 +96,6 @@ jobs:
path: dist/${{ matrix.cfg.prefix }}-${{ matrix.editor.name }}${{ matrix.cfg.suffix }}

build_manual:
if: startsWith(github.ref, 'refs/tags/')

name: Build Manual
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 5a50790

Please sign in to comment.