Skip to content

Commit e2134ae

Browse files
committed
Exclude ADRs from triggering PR build
1 parent 34d2ebe commit e2134ae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pull-request-check.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Check New Pull Request
22
on:
33
pull_request:
44
branches:
5-
- main
5+
- main
6+
paths-ignore:
7+
- 'documentation/decisions/**'
68
jobs:
79
build-and-test:
810
name: ${{ matrix.os }} build

0 commit comments

Comments
 (0)