Skip to content

Commit 5cf058a

Browse files
authored
fix: release workflow trigger (#1336)
1 parent d7ef095 commit 5cf058a

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

.github/workflows/release_please.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
branches:
1111
- main
1212
paths:
13+
- "**"
1314
- "!.github/workflows/site.yaml"
1415
- "!site/**"
1516

@@ -22,4 +23,4 @@ jobs:
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"

.github/workflows/very_good_cli.yaml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,11 @@ name: very_good_cli
22

33
on:
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

2111
jobs:
2212
build:

0 commit comments

Comments
 (0)