Skip to content

Commit

Permalink
that didnt work. changing variable names to master now
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanburmane committed Oct 12, 2024
1 parent ee91bd2 commit 1ea17b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ name: X17-Surface Linter
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master
workflow_dispatch:

jobs:
Expand All @@ -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 }}

0 comments on commit 1ea17b6

Please sign in to comment.