Skip to content

Commit

Permalink
Try exclude docs and .github from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jfversluis committed Aug 3, 2022
1 parent b82e840 commit 735a704
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions eng/pipelines/device-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ trigger:
include:
- '*'
exclude:
- .github/*
- docs/*
- .github/**/*
- docs/**/*
- src/Templates/*
- CODE-OF-CONDUCT.md
- CONTRIBUTING.md
Expand All @@ -31,8 +31,8 @@ pr:
include:
- '*'
exclude:
- .github/*
- docs/*
- .github/**/*
- docs/**/*
- src/Templates/*
- CODE-OF-CONDUCT.md
- CONTRIBUTING.md
Expand Down
8 changes: 4 additions & 4 deletions eng/pipelines/handlers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ trigger:
include:
- '*'
exclude:
- .github/*
- docs/*
- .github/**/*
- docs/**/*
- CODE-OF-CONDUCT.md
- CONTRIBUTING.md
- LICENSE.TXT
Expand All @@ -30,8 +30,8 @@ pr:
include:
- '*'
exclude:
- .github/*
- docs/*
- .github/**/*
- docs/**/*
- CODE-OF-CONDUCT.md
- CONTRIBUTING.md
- LICENSE.TXT
Expand Down
4 changes: 2 additions & 2 deletions eng/pipelines/maui-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ trigger:
include:
- '*'
exclude:
- .github/*
- docs/*
- .github/**/*
- docs/**/*
- CODE-OF-CONDUCT.md
- CONTRIBUTING.md
- LICENSE.TXT
Expand Down

0 comments on commit 735a704

Please sign in to comment.