Skip to content

Commit 84c06c0

Browse files
authored
ignore md and .files (#66)
1 parent 2354896 commit 84c06c0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ on:
55
branches:
66
- main
77
- master
8-
pull_request:
8+
paths-ignore: |
9+
*.md
10+
.*
11+
LICENSE
912
workflow_dispatch:
1013

1114
jobs:

0 commit comments

Comments
 (0)