diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-12-31 09:37:55 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-12-31 09:37:55 -0800 |
| commit | c3bb282e916bf1ece77bf81901878498e39f0017 (patch) | |
| tree | cac3f7fa235baaa9511fa91a02140f652c832ee0 | |
| parent | 7031975bb1e1206794511ba34d31d23808f6cbaa (diff) | |
| download | nng-c3bb282e916bf1ece77bf81901878498e39f0017.tar.gz nng-c3bb282e916bf1ece77bf81901878498e39f0017.tar.bz2 nng-c3bb282e916bf1ece77bf81901878498e39f0017.zip | |
workflows: no need for code analysis on docs
| -rw-r--r-- | .github/workflows/codeql-analysis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index da05a781..f09625fa 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -14,9 +14,11 @@ name: "CodeQL" on: push: branches: [main] + paths-ignore: ["docs/**", "**.adoc", "**.md"] pull_request: # The branches below must be a subset of the branches above branches: [main] + paths-ignore: ["docs/**", "**.adoc", "**.md"] schedule: - cron: "27 2 * * 2" |
