We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7884c4f commit 7c11f7eCopy full SHA for 7c11f7e
.github/workflows/ci.yml
@@ -4,9 +4,9 @@ on:
4
workflow_dispatch:
5
pull_request:
6
branches: [ "master" ]
7
- #paths:
8
- # - 'src/**'
9
- # - 'test/**'
+ paths:
+ - 'src/**'
+ - 'test/**'
10
11
jobs:
12
build-and-test:
build.cake
@@ -97,6 +97,6 @@ Task("Pack")
97
98
Task("Default")
99
// .IsDependentOn("Test");
100
- .IsDependentOn("Pack")
+ .IsDependentOn("Pack");
101
102
RunTarget(target);
0 commit comments