Skip to content

Commit

Permalink
corrected path-ignore duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
techthoughts2 committed Dec 15, 2023
1 parent fb788ea commit 4f4ef0a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 24 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/wf_Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,12 @@ on:
- 'docs/**'
branches-ignore:
- 'pipeline'
paths-ignore:
- '**.md'
- 'docs/**'
push:
paths-ignore:
- '**.md'
- 'docs/**'
branches-ignore:
- 'pipeline'
paths-ignore:
- '**.md'
- 'docs/**'
jobs:
test:
name: Run Tests
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/wf_MacOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,12 @@ on:
- 'docs/**'
branches-ignore:
- 'pipeline'
paths-ignore:
- '**.md'
- 'docs/**'
push:
paths-ignore:
- '**.md'
- 'docs/**'
branches-ignore:
- 'pipeline'
paths-ignore:
- '**.md'
- 'docs/**'
jobs:
test:
name: Run Tests
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/wf_Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,12 @@ on:
- 'docs/**'
branches-ignore:
- 'pipeline'
paths-ignore:
- '**.md'
- 'docs/**'
push:
paths-ignore:
- '**.md'
- 'docs/**'
branches-ignore:
- 'pipeline'
paths-ignore:
- '**.md'
- 'docs/**'
jobs:
test:
name: Run Tests
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/wf_Windows_Core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,12 @@ on:
- 'docs/**'
branches-ignore:
- 'pipeline'
paths-ignore:
- '**.md'
- 'docs/**'
push:
paths-ignore:
- '**.md'
- 'docs/**'
branches-ignore:
- 'pipeline'
paths-ignore:
- '**.md'
- 'docs/**'
jobs:
test:
name: Run Tests
Expand Down

0 comments on commit 4f4ef0a

Please sign in to comment.