Skip to content

Commit c353bdf

Browse files
authored
fix .vscode ignore
1 parent cfd28fe commit c353bdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/flutterci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ on:
44
push:
55
paths-ignore:
66
- '**.md'
7-
- '.vscode'
7+
- '.vscode/'
88
- 'LICENSE'
99
branches:
1010
- main
1111
- reports
1212
pull_request:
1313
paths-ignore:
1414
- '**.md'
15-
- '.vscode'
15+
- '.vscode/'
1616
- 'LICENSE'
1717
branches:
1818
- main

0 commit comments

Comments
 (0)