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 d1e3eea commit 70a4a2eCopy full SHA for 70a4a2e
.github/workflows/build.yml
@@ -2,6 +2,9 @@ name: Build and Test
2
3
on:
4
pull_request:
5
+ paths-ignore:
6
+ - 'README.md'
7
+ - 'Documentation/**'
8
branches:
9
- main
10
workflow_dispatch:
0 commit comments