From 30fed06737cbe092de7c0773bb943417b3045b88 Mon Sep 17 00:00:00 2001 From: "Jacob S. Steward" Date: Wed, 17 May 2023 18:41:55 -0400 Subject: [PATCH] fix: lint/format code and lint commits again for versioning --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 155483c..0063900 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,11 +4,13 @@ on: pull_request: branches: - master + push: + branches: + - master jobs: clean_code: name: Check linting and formatting of code - if: github.event.commits[0].author.name != 'semantic-release-bot' runs-on: ubuntu-latest steps: @@ -31,7 +33,6 @@ jobs: commitlint: name: Check linting of commits in this Pull Request - if: github.event.commits[0].author.name != 'semantic-release-bot' runs-on: ubuntu-latest steps: - name: Checkout repository