File tree Expand file tree Collapse file tree 3 files changed +16
-8
lines changed Expand file tree Collapse file tree 3 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 88 - master
99 paths :
1010 - .github/workflows/fluent.integration.yml
11- - fluent.syntax/**.py
12- - fluent.runtime/**.py
11+ - ' fluent.syntax/**'
12+ - ' !fluent.syntax/docs/**'
13+ - ' fluent.runtime/**'
14+ - ' !fluent.runtime/docs/**'
1315 pull_request :
1416 branches :
1517 - master
1618 paths :
1719 - .github/workflows/fluent.integration.yml
18- - fluent.syntax/**.py
19- - fluent.runtime/**.py
20+ - ' fluent.syntax/**'
21+ - ' !fluent.syntax/docs/**'
22+ - ' fluent.runtime/**'
23+ - ' !fluent.runtime/docs/**'
2024
2125jobs :
2226 integration :
Original file line number Diff line number Diff line change 88 - master
99 paths :
1010 - .github/workflows/fluent.runtime.yml
11- - fluent.runtime/**.py
11+ - ' fluent.runtime/**'
12+ - ' !fluent.runtime/docs/**'
1213 pull_request :
1314 branches :
1415 - master
1516 paths :
1617 - .github/workflows/fluent.runtime.yml
17- - fluent.runtime/**.py
18+ - ' fluent.runtime/**'
19+ - ' !fluent.runtime/docs/**'
1820
1921jobs :
2022 unit :
Original file line number Diff line number Diff line change 88 - master
99 paths :
1010 - .github/workflows/fluent.syntax.yml
11- - fluent.syntax/**.py
11+ - ' fluent.syntax/**'
12+ - ' !fluent.syntax/docs/**'
1213 pull_request :
1314 branches :
1415 - master
1516 paths :
1617 - .github/workflows/fluent.syntax.yml
17- - fluent.syntax/**.py
18+ - ' fluent.syntax/**'
19+ - ' !fluent.syntax/docs/**'
1820
1921jobs :
2022 unit :
You can’t perform that action at this time.
0 commit comments