Commit 78109d5 1 parent 2494fbd commit 78109d5 Copy full SHA for 78109d5
File tree 2 files changed +22
-14
lines changed
2 files changed +22
-14
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,18 @@ name: Intersect (main)
3
3
on :
4
4
push :
5
5
branches : [ "main" ]
6
- paths-ignore :
7
- - ' .github/**'
8
- - ' Documentation/**'
9
- - ' .gitignore'
10
- - ' *.DotSettings'
11
- - ' *.json'
12
- - ' *.md'
6
+ paths :
7
+ - ' Framework/**'
8
+ - ' Intersect*/**'
9
+ - ' .github/bundles/**'
10
+ - ' .github/workflows/build.yml'
11
+ - ' !Intersect.Tests*/**'
12
+ - ' !launchSettings.json'
13
+ - ' !*.md'
14
+ - ' !Examples/**'
15
+ - ' !Documentation/**'
16
+ - ' !.git*'
17
+ - ' !*.DotSettings'
13
18
workflow_dispatch :
14
19
inputs :
15
20
forceBuild :
Original file line number Diff line number Diff line change @@ -3,13 +3,16 @@ name: Pull Requests
3
3
on :
4
4
pull_request :
5
5
branches : [ "main" ]
6
- paths-ignore :
7
- - ' .github/**'
8
- - ' Documentation/**'
9
- - ' .gitignore'
10
- - ' *.DotSettings'
11
- - ' *.json'
12
- - ' *.md'
6
+ paths :
7
+ - ' Framework/**'
8
+ - ' Intersect*/**'
9
+ - ' !Intersect.Tests*/**'
10
+ - ' !launchSettings.json'
11
+ - ' !*.md'
12
+ - ' !Examples/**'
13
+ - ' !Documentation/**'
14
+ - ' !.git*'
15
+ - ' !*.DotSettings'
13
16
workflow_dispatch :
14
17
inputs :
15
18
forceBuild :
You can’t perform that action at this time.
0 commit comments