Skip to content

Commit

Permalink
refactor: added missing piece
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke committed Oct 23, 2024
1 parent 494b52d commit ed4ae71
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
uses: ./.github/workflows/02-deploy-gh-pages.yml
if: ${{ github.actor != 'dependabot[bot]' && (github.event.pull_request == null || github.event.pull_request.head.repo.owner.login == 'db-ui') }}
needs: [test, cypress, build-playground]
with:
release: false
preRelease: false

publish:
if: contains( github.ref, 'main')
Expand Down

0 comments on commit ed4ae71

Please sign in to comment.