Skip to content

Commit c79b4d5

Browse files
committed
ignore CHANGELOG.md in push and pull request workflows
1 parent c74c986 commit c79b4d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/validation.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ on:
44
push:
55
branches:
66
- main
7+
paths-ignore:
8+
- '**/CHANGELOG.md'
79
pull_request:
10+
paths-ignore:
11+
- '**/CHANGELOG.md'
812
workflow_dispatch:
913

1014
concurrency:

0 commit comments

Comments
 (0)