Skip to content

Commit

Permalink
ci: fix linter workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BearTS committed Jul 3, 2023
1 parent a3235b5 commit dbafb22
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ name: Lint Code Base
#############################
on:
push:
branches: [master]
# Remove the line above to run when pushing to master
branches: [main]
# Remove the line above to run when pushing to main
pull_request:
branches: [master]
branches: [main]

###############
# Set the Job #
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
env:
VALIDATE_ALL_CODEBASE: true
VALIDATE_MARKDOWN: false
DEFAULT_BRANCH: master
DEFAULT_BRANCH: main
VALIDATE_DOCKERFILE: false
VALIDATE_DOCKERFILE_HADOLINT: false
VALIDATE_PYTHON_FLAKE8: false
Expand Down

0 comments on commit dbafb22

Please sign in to comment.