Skip to content

Commit

Permalink
Merge pull request NREL#40 from softwareengineerprogrammer/main
Browse files Browse the repository at this point in the history
Prevent docs deployment Action from running on PRs
  • Loading branch information
softwareengineerprogrammer authored Nov 5, 2023
2 parents 19f8a76 + fdffc7c commit 4335d5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ jobs:
deploy_docs:
name: Deploy docs to GitHub Pages
if: github.ref == 'refs/heads/main' # Prevent from running on PRs, tags
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down

0 comments on commit 4335d5b

Please sign in to comment.