Skip to content

Commit

Permalink
chore(ci): trigger github pages action only on Markdown changes
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 5, 2023
1 parent 7decc48 commit df2e586
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/jekyll-gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
paths:
- "**.md"

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

0 comments on commit df2e586

Please sign in to comment.