Skip to content

Commit

Permalink
ci: improve logic syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Jul 14, 2024
1 parent 159b790 commit 4ff183d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
environment:
name: "Docker Hub"
url: https://hub.docker.com/r/kcov/kcov
if: github.ref == 'refs/heads/master' or ${{ github.event_name == 'workflow_dispatch' }}
if: ${{ github.ref == 'refs/heads/master' }} or ${{ github.event_name == 'workflow_dispatch' }}
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 4ff183d

Please sign in to comment.