diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 7580c4b..af79b44 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -16,7 +16,7 @@ name: Lint Code Base ############################# on: push: - # branches-ignore: [main] + branches-ignore: [main] # Remove the line above to run when pushing to main pull_request: branches: [main]