Skip to content

Commit ec531c1

Browse files
do not start CI workflow on VS Code settings change
1 parent 6eff480 commit ec531c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ on:
88
- 'README.md'
99
- 'images/**'
1010
- '.gitignore'
11+
- 'vscode/**'
1112
pull_request:
1213
branches:
1314
- '**'
1415
paths-ignore:
1516
- 'README.md'
1617
- 'images/**'
1718
- '.gitignore'
19+
- 'vscode/**'
1820
workflow_dispatch:
1921

2022
jobs:

0 commit comments

Comments
 (0)