Skip to content

Commit 8275e19

Browse files
authored
fix: release workflow trigger
- having only negative patterns blocks the workflow to run
1 parent d7ef095 commit 8275e19

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

0 commit comments

Comments
 (0)