Skip to content

Commit

Permalink
Updating Validated Partner Path to ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemcd3912 committed Nov 21, 2023
1 parent daf52e3 commit 4c75526
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/close-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches: [main]
types: [closed]
paths-ignore:
- 'ValidatedPartners/**'
- 'Validated_Partners/**'
- '.github/**'
jobs:
merge-master-back-to-dev:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/new-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [main]
types: [opened, reopened, synchronize]
paths-ignore:
- 'ValidatedPartners/**'
- 'Validated_Partners/**'
- '.github/**'

jobs:
Expand Down

0 comments on commit 4c75526

Please sign in to comment.