Skip to content

Commit

Permalink
Add wildcards to paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ringods authored and tmeckel committed Oct 11, 2024
1 parent 3d74e6b commit 73c3314
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ on:
pull_request:
paths-ignore:
- '.github/workflows/provider-*.yaml'

pull_request_target:
paths:
- '01-teams'
- '02-repositories'
- '03-members'
- '01-teams/**'
- '02-repositories/**'
- '03-members/**'

jobs:
preview-changes:
Expand Down

0 comments on commit 73c3314

Please sign in to comment.