We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34d2ebe commit e2134aeCopy full SHA for e2134ae
.github/workflows/pull-request-check.yml
@@ -2,7 +2,9 @@ name: Check New Pull Request
2
on:
3
pull_request:
4
branches:
5
- - main
+ - main
6
+ paths-ignore:
7
+ - 'documentation/decisions/**'
8
jobs:
9
build-and-test:
10
name: ${{ matrix.os }} build
0 commit comments