Skip to content

Commit

Permalink
Revert deploy conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
Damonamajor authored Mar 5, 2025
1 parent dff6ba7 commit 0681227
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
path: 'docs'

deploy:
if: contains(fromJSON('["main", "master"]'), github.ref_name) && github.event_name != 'pull_request'
needs: build-pkgdown-site
runs-on: ubuntu-latest
environment:
Expand Down

0 comments on commit 0681227

Please sign in to comment.