Skip to content

Commit 9a86b61

Browse files
committed
add common ignore-paths [no-bump]
1 parent 530565f commit 9a86b61

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/cicd.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,11 @@ jobs:
157157
with:
158158
force-patch-if-no-commit-token: true
159159
ignore-paths: |
160+
**/README.md
161+
.github/**
160162
.gitignore
161-
assets/**
162163
dependencies-logs/**
163-
resources/foo/**
164+
tests/**
164165
- if: steps.next-version.outputs.version != ''
165166
name: Tag New Version
166167
run: |

0 commit comments

Comments
 (0)