Skip to content

Commit

Permalink
fix build-and-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Станислав Михайлов committed Oct 11, 2024
1 parent c03b5cd commit 5b37e8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: ${{ (github.event.workflow_run.conclusion == 'success') && (github.event_name == 'push') && (contains(github.ref, 'refs/tags/')) }}
env:
BUILD_DEPENDENCIES: "build~=0.10.0"
steps:
Expand Down

0 comments on commit 5b37e8d

Please sign in to comment.