Skip to content

Commit

Permalink
fix(ci): add paths filter for build-examples and documentation workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
BatuhanW committed Dec 13, 2024
1 parent 283f191 commit 4bbc48e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ on:
- reopened
- ready_for_review
push:
paths:
- "packages/**"
- "examples/**"
- "cypress/e2e/**"
branches:
- main
schedule:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- "documentation/**"
- ".github/workflows/documentation.yml"
push:
paths:
- "documentation/**"
- ".github/workflows/documentation.yml"
branches:
- main
workflow_dispatch:
Expand Down

0 comments on commit 4bbc48e

Please sign in to comment.