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 4d487e1 commit 225945dCopy full SHA for 225945d
.github/workflows/ci.yml
@@ -59,7 +59,7 @@ jobs:
59
publish:
60
name: Publish to pypi
61
needs: tests
62
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
+ if: jobs.release.steps.release_created
63
runs-on: ubuntu-latest
64
steps:
65
- uses: actions/checkout@v4
@@ -81,7 +81,7 @@ jobs:
81
trigger_image_build:
82
name: Trigger tinyticker disk image build
83
needs: publish
84
+ if: github.event_name == 'push'
85
86
87
- name: Workflow dispatch
0 commit comments