Skip to content

Commit 1ae2176

Browse files
author
Matt
authored
Code scanning ignore changes to .md when pull request is made
1 parent c296156 commit 1ae2176

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/Code-Scanning.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ on:
1616
branches:
1717
- main
1818
- develop
19+
paths-ignore:
20+
- '**.md'
21+
- 'LICENSE'
1922

2023
# Allow manual scheduling
2124
workflow_dispatch:

0 commit comments

Comments
 (0)