File tree Expand file tree Collapse file tree 2 files changed +4
-13
lines changed
Expand file tree Collapse file tree 2 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 1010 branches :
1111 - main
1212 paths :
13+ - " **"
1314 - " !.github/workflows/site.yaml"
1415 - " !site/**"
1516
2223 with :
2324 token : ${{ secrets.RELEASE_PLEASE_TOKEN }}
2425 manifest-file : " .release-please-manifest.json"
25- config-file : " .release-please-config.json"
26+ config-file : " .release-please-config.json"
Original file line number Diff line number Diff line change @@ -2,21 +2,11 @@ name: very_good_cli
22
33on :
44 pull_request :
5- paths :
6- - " .github/workflows/very_good_cli.yaml"
7- - " lib/**"
8- - " test/**"
9- - " pubspec.yaml"
10- - " .release-please-config.json"
5+ branches :
6+ - main
117 push :
128 branches :
139 - main
14- paths :
15- - " .github/workflows/very_good_cli.yaml"
16- - " lib/**"
17- - " test/**"
18- - " pubspec.yaml"
19- - " .release-please-config.json"
2010
2111jobs :
2212 build :
You can’t perform that action at this time.
0 commit comments