Skip to content

Commit 98d4ec9

Browse files
committed
refactor: gpustack update ci
1 parent 0690f51 commit 98d4ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ jobs:
277277
name: fastfetch-windows-amd64
278278
path: ./fastfetch-windows-amd64.*
279279
release:
280-
if: github.event_name == 'push' && (github.ref == 'refs/heads/gpustack-main' || contains(github.ref, 'gpustack-release') ) && github.repository == 'aiwantaozi/fastfetch'
280+
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && github.repository == 'aiwantaozi/fastfetch'
281281
name: Release
282282
runs-on: ubuntu-latest
283283
needs:

0 commit comments

Comments
 (0)