From b8c261c7f5a1aef9853c19ff213f4955c0649f2c Mon Sep 17 00:00:00 2001 From: Connor Dickey Date: Sat, 15 Jul 2023 11:58:22 -0500 Subject: [PATCH] Missing Master branch for spelling. --- .github/workflows/spellcheck.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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