Skip to content

Commit

Permalink
Update github-action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Wizkiller96 committed Mar 21, 2024
1 parent e30b915 commit 83640bf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/github-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ jobs:
release:
needs: upload-builds
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')
steps:
- name: Download Build Artifacts
Expand Down Expand Up @@ -141,7 +140,6 @@ jobs:
publish-windows:
needs: test
runs-on: windows-latest
if: startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -175,7 +173,6 @@ jobs:
- windows

docker-build:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/heads/') || startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 83640bf

Please sign in to comment.