Skip to content

Commit d7334a5

Browse files
authored
fix:Add paths-ignore for pull request workflow
Ignore changes in docs and README for pull requests.
1 parent 58d1c3a commit d7334a5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ on:
44
workflow_dispatch:
55
pull_request:
66
branches: [ "main" ]
7-
7+
paths-ignore:
8+
- 'docs/**'
9+
- 'README.md'
810

911
permissions: {}
1012

0 commit comments

Comments
 (0)