Skip to content

Commit cae2f14

Browse files
committed
Ignore markdown files to save CI time
1 parent 4f5bb10 commit cae2f14

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,16 @@ on:
4848
branches:
4949
- main
5050
- release/**
51+
paths-ignore:
52+
- '**/*.md'
53+
- '.github/ISSUE_TEMPLATE/**'
5154
push:
5255
branches:
5356
- main
5457
- release/**
58+
paths-ignore:
59+
- '**/*.md'
60+
- '.github/ISSUE_TEMPLATE/**'
5561

5662
# Cancels in-progress PR runs when the PR is updated. Manual runs are never cancelled.
5763
concurrency:

0 commit comments

Comments
 (0)