mirror of
https://github.com/jongracecox/anybadge.git
synced 2025-07-21 12:21:03 +02:00
fix: Fix package release workflow
This commit is contained in:
3
.github/workflows/python-package.yaml
vendored
3
.github/workflows/python-package.yaml
vendored
@@ -1,3 +1,5 @@
|
||||
---
|
||||
|
||||
name: Python package
|
||||
|
||||
on:
|
||||
@@ -8,7 +10,6 @@ on:
|
||||
jobs:
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
if: startsWith(github.ref, 'refs/tags/v')
|
||||
|
||||
steps:
|
||||
|
Reference in New Issue
Block a user