diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 579ef283..885d8b67 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -5,10 +5,7 @@ name: Lint # Start the job on push # ############################# on: - push: - branches-ignore: [main] - pull_request: - branches: [main] + push: ############### # Set the Job #