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 10
10
branches :
11
11
- main
12
12
paths :
13
+ - " **"
13
14
- " !.github/workflows/site.yaml"
14
15
- " !site/**"
15
16
22
23
with :
23
24
token : ${{ secrets.RELEASE_PLEASE_TOKEN }}
24
25
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
2
2
3
3
on :
4
4
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
11
7
push :
12
8
branches :
13
9
- main
14
- paths :
15
- - " .github/workflows/very_good_cli.yaml"
16
- - " lib/**"
17
- - " test/**"
18
- - " pubspec.yaml"
19
- - " .release-please-config.json"
20
10
21
11
jobs :
22
12
build :
You can’t perform that action at this time.
0 commit comments