Skip to content

Commit cf5d723

Browse files
authored
ci: ignore .md files [skip ci]
1 parent 2eb580a commit cf5d723

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/flutter.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ name: Flutter
33
on:
44
push:
55
branches: [ master ]
6+
paths-ignore: [ '**.md', '**.MD' ]
67
pull_request:
78
branches: [ master ]
9+
paths-ignore: [ '**.md', '**.MD' ]
810

911
jobs:
1012
build:

0 commit comments

Comments
 (0)