Skip to content

Commit 0c578a4

Browse files
committed
* Don't run CI with doc change
1 parent 36f8903 commit 0c578a4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/code_style_checks.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ on:
66
- master
77
paths-ignore:
88
- 'README.md'
9+
- 'CHANGELOG.markdown'
910
push:
1011
branches:
1112
- master
1213
paths-ignore:
1314
- 'README.md'
15+
- 'CHANGELOG.markdown'
1416

1517
jobs:
1618
rubocop:

.github/workflows/tests.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ on:
66
- master
77
paths-ignore:
88
- 'README.md'
9+
- 'CHANGELOG.markdown'
910
push:
1011
branches:
1112
- master
1213
paths-ignore:
1314
- 'README.md'
15+
- 'CHANGELOG.markdown'
1416

1517
jobs:
1618
unit_tests:

0 commit comments

Comments
 (0)