diff --git a/.github/workflows/spellcheck.yaml b/.github/workflows/spellcheck.yaml index a34d934..2e927ae 100644 --- a/.github/workflows/spellcheck.yaml +++ b/.github/workflows/spellcheck.yaml @@ -3,6 +3,7 @@ on: push: branches: - 'main' + - 'master' pull_request: types: [open,reopened,edited] workflow_dispatch: @@ -26,4 +27,4 @@ jobs: name: Archive spellcheck output with: name: Spellcheck artifact - path: spellcheck-output.txt \ No newline at end of file + path: spellcheck-output.txt