Skip to content

Commit 9bccc87

Browse files
fix: Remove create-release.yml path filter changes
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent dcfd389 commit 9bccc87

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/create-release.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,6 @@ name: "Create Release"
33
on:
44
push:
55
branches: ["main"]
6-
paths-ignore:
7-
- 'docs/**'
8-
- '**/*.md'
9-
- 'LICENSE'
10-
- '**/*.png'
11-
- '**/*.svg'
12-
- '**/*.jpg'
13-
- '**/*.jpeg'
14-
- '**/*.gif'
156

167
workflow_dispatch:
178

0 commit comments

Comments
 (0)