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 b370df0 commit 557ada9Copy full SHA for 557ada9
.github/workflows/ci.yml
@@ -152,7 +152,7 @@ jobs:
152
environment:
153
name: "Docker Hub"
154
url: https://hub.docker.com/r/kcov/kcov
155
- if: ${{ github.ref == 'refs/heads/master' || github.event_name == 'workflow_dispatch' }}
+ if: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v') || github.event_name == 'workflow_dispatch' }}
156
steps:
157
- uses: actions/checkout@v4
158
with:
0 commit comments