From c9cc798beca4bff2b29334dc380f3fb4c695f97a Mon Sep 17 00:00:00 2001 From: Tim Beccue <35314207+timbeccue@users.noreply.github.com> Date: Thu, 22 Sep 2022 15:15:57 -0700 Subject: [PATCH] Fix comment: change master to dev in comment --- .github/workflows/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 3e06f8d0..709b99ac 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -17,7 +17,7 @@ name: Lint Code Base on: push: branches-ignore: [dev] - # Remove the line above to run when pushing to master + # Remove the line above to run when pushing to dev pull_request: branches: [dev]