Skip to content

Commit cfd28fe

Browse files
authored
also ignore other unrelated files
1 parent 00eab08 commit cfd28fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/flutterci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@ on:
44
push:
55
paths-ignore:
66
- '**.md'
7+
- '.vscode'
8+
- 'LICENSE'
79
branches:
810
- main
911
- reports
1012
pull_request:
1113
paths-ignore:
1214
- '**.md'
15+
- '.vscode'
16+
- 'LICENSE'
1317
branches:
1418
- main
1519
- reports

0 commit comments

Comments
 (0)