Skip to content

Commit c65b97b

Browse files
committed
more release ignore paths
1 parent dc95a40 commit c65b97b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/cicd.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,11 @@ jobs:
145145
with:
146146
force-patch-if-no-commit-token: true
147147
ignore-paths: |
148-
resources/foo/**
149-
assets/**
150148
.github/**
149+
.gitignore
150+
assets/**
151+
dependencies-logs/**
152+
resources/foo/**
151153
152154
- uses: WIPACrepo/wipac-dev-py-build-action@main
153155
if: steps.next-version.outputs.version != ''

0 commit comments

Comments
 (0)