ci: Do not run CI jobs on documentation changes

This commit is contained in:
Luis Díaz Más
2022-02-14 17:47:45 +01:00
parent b4348e74b0
commit 18ba4e575c
9 changed files with 31 additions and 4 deletions
+4
View File
@@ -8,9 +8,13 @@ name: "CodeQL"
on:
push:
branches: [0.27-maintenance, main]
paths-ignore:
- "*.md"
pull_request:
# The branches below must be a subset of the branches above
branches: [0.27-maintenance, main]
paths-ignore:
- "*.md"
workflow_dispatch:
jobs: