From 1ea17b6595072521436b98972163d535e6d109f4 Mon Sep 17 00:00:00 2001 From: ethanburmane Date: Sat, 12 Oct 2024 14:16:43 -0400 Subject: [PATCH] that didnt work. changing variable names to master now --- .github/workflows/linter.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index f1275b7..91c529d 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -5,10 +5,10 @@ name: X17-Surface Linter on: push: branches: - - main + - master pull_request: branches: - - main + - master workflow_dispatch: jobs: @@ -26,5 +26,5 @@ jobs: env: VALIDATE_ALL_CODEBASE: true VALIDATE_PYTHON_BLACK: true - DEFAULT_BRANCH: main + DEFAULT_BRANCH: master GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file