Skip to content

Commit

Permalink
fix(docs): run action on push
Browse files Browse the repository at this point in the history
  • Loading branch information
mojomex committed Jun 3, 2024
1 parent 809e13c commit 65e679e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
jobs:
deploy:
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true
if: github.event_name == 'push' || github.event.pull_request.merged == true
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
Expand Down

0 comments on commit 65e679e

Please sign in to comment.