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 6681a2c commit e7abfcdCopy full SHA for e7abfcd
.github/workflows/push_request_check.yml
@@ -5,6 +5,8 @@ on:
5
branches: [ main ]
6
pull_request:
7
branches: [ '**' ]
8
+ paths-ignore:
9
+ - 'documentation/decisions/**'
10
11
# Tests are done in Ubuntu because Mac and Windows random failures, and it is not stable.
12
jobs:
0 commit comments