We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0690f51 commit 98d4ec9Copy full SHA for 98d4ec9
.github/workflows/ci.yml
@@ -277,7 +277,7 @@ jobs:
277
name: fastfetch-windows-amd64
278
path: ./fastfetch-windows-amd64.*
279
release:
280
- 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'
281
name: Release
282
runs-on: ubuntu-latest
283
needs:
0 commit comments