From c8cafe4bbf03fc725ee7f273f93f9ab04cbaaf10 Mon Sep 17 00:00:00 2001 From: ejacqu22 <2057151+etiennej70@users.noreply.github.com> Date: Mon, 22 Jun 2026 23:06:37 +0200 Subject: [PATCH] fix(ci): fix trigger for main branch --- .github/workflows/basic_code_checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/basic_code_checks.yml b/.github/workflows/basic_code_checks.yml index 97c0f23..924ae86 100644 --- a/.github/workflows/basic_code_checks.yml +++ b/.github/workflows/basic_code_checks.yml @@ -18,12 +18,12 @@ jobs: lint: name: Lint & Pre-Commit Checks runs-on: ubuntu-latest - if: github.event_name == 'pull_request' steps: - name: Checkout repository uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Lint GitHub Actions Workflows + if: github.event_name == 'pull_request' uses: reviewdog/action-actionlint@6fb7acc99f4a1008869fa8a0f09cfca740837d9d # v1.72.0 with: github_token: ${{ secrets.GITHUB_TOKEN }}