summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorjannfis <jann@mistrust.net>2020-08-11 23:08:47 +0200
committerGitHub <noreply@github.com>2020-08-11 23:08:47 +0200
commit962e9c1863a7474a1c4441b43ffd8c0b42ed2fbf (patch)
tree68b61abc96ae4069954126f46ae132b60190acf1 /.github/workflows
parenta9c1d2174c2862ba6ff869169a4de653fc76c879 (diff)
chore: Also check spelling on PRs (#41)
* chore: Check spelling on PRs only * Also check on push events * parametrizable is a valid word
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/spelling.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml
index db74f45..7051ca8 100644
--- a/.github/workflows/spelling.yml
+++ b/.github/workflows/spelling.yml
@@ -1,6 +1,9 @@
name: Spell checking
on:
push:
+ pull_requests:
+ branches:
+ - master
jobs:
build: