Skip to content

Commit

Permalink
refactor: gpustack update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aiwantaozi committed Jul 17, 2024
1 parent 0690f51 commit 98d4ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ jobs:
name: fastfetch-windows-amd64
path: ./fastfetch-windows-amd64.*
release:
if: github.event_name == 'push' && (github.ref == 'refs/heads/gpustack-main' || contains(github.ref, 'gpustack-release') ) && github.repository == 'aiwantaozi/fastfetch'
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && github.repository == 'aiwantaozi/fastfetch'
name: Release
runs-on: ubuntu-latest
needs:
Expand Down

0 comments on commit 98d4ec9

Please sign in to comment.