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 16b4882 commit 642f2baCopy full SHA for 642f2ba
2 files changed
.github/workflows/build.yml
@@ -3,6 +3,9 @@ name: Build & Test
3
on:
4
push:
5
branches: [ main ]
6
+ paths-ignore:
7
+ - '**/*.md'
8
+ - 'docs/**'
9
pull_request:
10
11
permissions:
.github/workflows/codeql.yml
@@ -3,6 +3,9 @@ name: CodeQL
schedule:
0 commit comments