Skip to content

Commit

Permalink
⚡ improvement: run github workflow only when contents of docs subfold…
Browse files Browse the repository at this point in the history
…ers are changed
  • Loading branch information
xandemon committed May 23, 2024
1 parent 4edb59e commit f16470b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/astro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ 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 f16470b

Please sign in to comment.