We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6cffa3 commit 68522ceCopy full SHA for 68522ce
.github/workflows/very_good_cli.yaml
@@ -7,6 +7,7 @@ on:
7
- "lib/**"
8
- "test/**"
9
- "pubspec.yaml"
10
+ - ".release-please-config.json"
11
push:
12
branches:
13
- main
@@ -15,6 +16,7 @@ on:
15
16
17
18
19
20
21
jobs:
22
build:
.release-please-config.json
@@ -19,5 +19,12 @@
"changelog-path": "CHANGELOG.md",
"version-file": "pubspec.yaml"
}
- }
+ },
23
+ "exclude-paths": [
24
+ ".github",
25
+ "site",
26
+ ".release-please-manifest.json",
27
+ ".release-please-config.json",
28
+ "tool"
29
+ ]
30
0 commit comments