Skip to content

Commit 30d450b

Browse files
authored
CI workflow to ignore markdown changes (#641)
Ignore markdown and docs folder changes in CI triggers.
1 parent 34645c3 commit 30d450b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/CI.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
name: CI
22
on:
33
pull_request:
4+
paths-ignore:
5+
- '**.md'
6+
- 'docs/**'
47
push:
58
branches:
69
- master
10+
paths-ignore:
11+
- '**.md'
12+
- 'docs/**'
713
tags: '*'
14+
815
jobs:
916
test:
1017
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}

0 commit comments

Comments
 (0)