From 109143c3ea06636f713d699ed8a3fad9b46a5dd5 Mon Sep 17 00:00:00 2001 From: Alissa Crane Date: Fri, 11 Oct 2024 12:43:44 -0700 Subject: [PATCH] update lint workflow --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e7d29cf..e0a918b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,9 +1,9 @@ name: Template Lint on: push: - branches: ["main"] + branches: ["master"] pull_request: - branches: ["main"] + branches: ["master"] jobs: build: runs-on: ubuntu-latest