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 d7ef095 commit 5cf058aCopy full SHA for 5cf058a
2 files changed
.github/workflows/release_please.yaml
@@ -10,6 +10,7 @@ on:
10
branches:
11
- main
12
paths:
13
+ - "**"
14
- "!.github/workflows/site.yaml"
15
- "!site/**"
16
@@ -22,4 +23,4 @@ jobs:
22
23
with:
24
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
25
manifest-file: ".release-please-manifest.json"
- config-file: ".release-please-config.json"
26
+ config-file: ".release-please-config.json"
.github/workflows/very_good_cli.yaml
@@ -2,21 +2,11 @@ name: very_good_cli
2
3
on:
4
pull_request:
5
- paths:
6
- - ".github/workflows/very_good_cli.yaml"
7
- - "lib/**"
8
- - "test/**"
9
- - "pubspec.yaml"
- - ".release-please-config.json"
+ branches:
+ - main
push:
17
18
19
20
21
jobs:
build:
0 commit comments