Skip to content

Commit

Permalink
Remove condition from doc publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
s-yadav committed Jul 15, 2024
1 parent e0668e3 commit 858de2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:

jobs:
build-deploy:
if: github.event.pull_request.merged && github.event.pull_request.base.ref == 'master' && github.repository == 's-yadav/iv-viewer'
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 858de2f

Please sign in to comment.