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 e4a45e2 commit c605256
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ jobs:
run: git push --tags

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

name: Build ${{ matrix.editor.name }}-${{ matrix.cfg.prefix }}
Expand Down Expand Up @@ -150,7 +149,6 @@ jobs:
path: dist/${{ matrix.cfg.prefix }}-${{ matrix.editor.name }}${{ matrix.cfg.suffix }}

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

name: Build Manual
Expand Down

0 comments on commit c605256

Please sign in to comment.