Skip to content

Commit 8d0a4ce

Browse files
Merge pull request #159 from ember-cli/no-ci-md-only
don't run CI when you only change markdown files
2 parents 4aeb210 + 3b7df46 commit 8d0a4ce

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
@@ -4,6 +4,8 @@ on:
44
workflow_dispatch:
55
pull_request:
66
push:
7+
paths-ignore:
8+
- '**/*.md'
79
branches:
810
- main
911

0 commit comments

Comments
 (0)