Skip to content

Commit aef999c

Browse files
Merge pull request #218 from intersystems-community/github-actions_paths-ignore
ignore some folders when trigger CI
2 parents 822f1c4 + 46e45f3 commit aef999c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches:
66
- master
77
paths-ignore:
8+
- 'docs/**'
9+
- '.vscode/**'
10+
- '.github/**'
811
- '*.md'
912
- '**/*.md'
1013
pull_request:

0 commit comments

Comments
 (0)