Skip to content

Commit a8e491c

Browse files
authored
don't run actions on changes to markdown files
1 parent 570b5f4 commit a8e491c

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: CI
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
paths-ignore:
6+
- '**/*.md'
7+
pull_request:
8+
paths-ignore:
9+
- '**/*.md'
410

511
jobs:
612

0 commit comments

Comments
 (0)