Skip to content

Commit ea654c6

Browse files
committed
fix: add release plase to main workflow
1 parent 8275e19 commit ea654c6

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

.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)