Skip to content

Commit

Permalink
chore: filter workflows paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski committed Nov 6, 2024
1 parent 36ae9f9 commit 88fef9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Website

on:
push:
branches:
- main
branches: [main]
paths: ['website/**']

jobs:
deploy:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/example-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ name: Validate Example Apps
on:
push:
branches: [main]
paths: ['examples/**']
pull_request:
branches: ['**']
paths: ['examples/**']

jobs:
test-example:
Expand Down

0 comments on commit 88fef9a

Please sign in to comment.