Skip to content

Commit

Permalink
disable documentation deploy on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
kiran94 committed May 1, 2021
1 parent a2550d7 commit f74553b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Deploy Documentation
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
# pull_request:
# branches: [ main ]

jobs:
deploy:
Expand Down

0 comments on commit f74553b

Please sign in to comment.