Skip to content

Commit

Permalink
Ignore changes to single pipelines in shared
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikSchmidt committed May 16, 2024
1 parent 7c23986 commit 808e2ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pipeline-shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@ on:
branches: [main]
paths-ignore:
- "packages/dito/**"
- ".github/workflows/pipeline-dito.yml"
- "packages/tool-finder/**"
- ".github/workflows/pipeline-tool-finder.yml"
pull_request:
branches: [main]
paths-ignore:
- "packages/dito/**"
- ".github/workflows/pipeline-dito.yml"
- "packages/tool-finder/**"
- ".github/workflows/pipeline-tool-finder.yml"

jobs:
check-and-test:
Expand Down

0 comments on commit 808e2ea

Please sign in to comment.