diff options
| author | jannfis <jann@mistrust.net> | 2020-08-11 23:08:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-11 23:08:47 +0200 |
| commit | 962e9c1863a7474a1c4441b43ffd8c0b42ed2fbf (patch) | |
| tree | 68b61abc96ae4069954126f46ae132b60190acf1 /.github/workflows | |
| parent | a9c1d2174c2862ba6ff869169a4de653fc76c879 (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.yml | 3 |
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: |
