]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spell-check: check pull requests 9256/head
authorJosh Soref <jsoref@users.noreply.github.com>
Wed, 17 Jun 2020 18:58:35 +0000 (14:58 -0400)
committerGitHub <noreply@github.com>
Wed, 17 Jun 2020 18:58:35 +0000 (14:58 -0400)
.github/workflows/spelling.yml

index 2d32661707c1a68a5eef2022b6d0ef035d6e4716..d3dcbfaa958baee41658aa50a13b066c1bb8873a 100644 (file)
@@ -8,6 +8,15 @@ on:
     paths:
       - "docs/**"
       - "**/docs/**"
+  pull_request:
+    branches:
+      - "**"
+    tags-ignore:
+      - "**"
+    paths:
+      - "docs/**"
+      - "**/docs/**"
+    types: ['opened', 'reopened', 'synchronize']
 
 jobs:
   build: