Skip to content

Commit

Permalink
Update paths-ignore in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhelle committed Oct 9, 2023
1 parent e6fb26d commit 59fb7c1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ on:
branches:
- '*'
pull_request:
paths-ignore:
- '**/*'
- '!.github/workflows/build.yml'
- '!src/**/*.csproj'
- '!src/**/*.cs'
branches:
- '*'

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ on:
branches:
- '*'
pull_request:
paths-ignore:
- '**/*'
- '!.github/workflows/codecov.yml'
- '!src/**/*.csproj'
- '!src/**/*.cs'
branches:
- '*'

Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ on:
branches:
- "*"
pull_request:
paths-ignore:
- "**/*"
- '!src/**/*.cs'
- '!src/**/*.csproj'
- "!.github/workflows/template.yml"
- "!.github/workflows/template-url.yml"
- "!.github/workflows/smoke-tests.yml"
branches:
- "*"

Expand Down

0 comments on commit 59fb7c1

Please sign in to comment.