Skip to content

Commit

Permalink
[PGOV-563] Only run Docusarus action when the docs folder has changed
Browse files Browse the repository at this point in the history
  • Loading branch information
vauxia committed Feb 11, 2025
1 parent 23c8e0e commit 17d96bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-docs-to-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
paths: ["docs"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 17d96bd

Please sign in to comment.