Skip to content

Commit

Permalink
Add ignored paths for website building GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterius committed Oct 18, 2024
1 parent be3e7d1 commit f88b64f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-and-deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ on:
branches:
- main
- specky
paths-ignore:
- "**/README.md"
- "LICENCE.md"
- "env/"
- "pages/tools-for-reproducible-research.md"
- "tutorials/"

concurrency:
group: pages
Expand Down

0 comments on commit f88b64f

Please sign in to comment.