diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-12-21 17:20:49 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-12-21 17:20:49 -0800 |
| commit | 2d39d4966a0f10ee4e28a9495ae01ca319a34a35 (patch) | |
| tree | b7b966458c04d28c368942e0ec60aeb1e67f830e /.github/workflows/codeql-analysis.yml | |
| parent | 22058ccca9f1573b7deb263dc7a8dc3e7d5b76c2 (diff) | |
| download | nng-2d39d4966a0f10ee4e28a9495ae01ca319a34a35.tar.gz nng-2d39d4966a0f10ee4e28a9495ae01ca319a34a35.tar.bz2 nng-2d39d4966a0f10ee4e28a9495ae01ca319a34a35.zip | |
workflows: only generate docs when appropriate, and don't do tests when only docs change
Diffstat (limited to '.github/workflows/codeql-analysis.yml')
| -rw-r--r-- | .github/workflows/codeql-analysis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 59663226..da05a781 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -13,10 +13,10 @@ name: "CodeQL" on: push: - branches: [master] + branches: [main] pull_request: # The branches below must be a subset of the branches above - branches: [master] + branches: [main] schedule: - cron: "27 2 * * 2" |
