From bf35608f71603fdbf5692c8b3cec50a14364ad20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MARQUET?= <72651575+BreizhHardware@users.noreply.github.com> Date: Mon, 16 Jun 2025 10:32:22 +0200 Subject: [PATCH] Update .github/workflows/dependabot-build.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/workflows/dependabot-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot-build.yml b/.github/workflows/dependabot-build.yml index e2ec073..b56feaf 100644 --- a/.github/workflows/dependabot-build.yml +++ b/.github/workflows/dependabot-build.yml @@ -10,7 +10,7 @@ permissions: jobs: build: - if: ${{ startsWith(github.head_ref, 'dependabot/') || github.actor == 'dependabot[bot]' }} + if: ${{ startsWith(github.ref, 'refs/heads/dependabot/') || github.actor == 'dependabot[bot]' }} runs-on: ubuntu-latest steps: - name: Checkout code