Skip to content

Commit 1a2a757

Browse files
authored
Merge pull request #19 from generalui/fix/create-release-ignore-docs-tests
fix: ignore documentation/ and tests/ in create-release.yml
2 parents b97460f + 768b79c commit 1a2a757

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/create-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
.markdownlint*
3232
*.code-workspace
3333
*.md
34+
documentation/**
35+
tests/**
3436
3537
- name: Get changed Action and Workflow paths
3638
if: steps.changed-files.outputs.any_changed == 'true'

0 commit comments

Comments
 (0)