Update .github/workflows/dependabot-build.yml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Félix MARQUET
2025-06-16 10:32:22 +02:00
committed by GitHub
parent b842d104c7
commit bf35608f71

View File

@@ -10,7 +10,7 @@ permissions:
jobs: jobs:
build: 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 runs-on: ubuntu-latest
steps: steps:
- name: Checkout code - name: Checkout code