diff --git a/.github/workflows/build-project.yml b/.github/workflows/build-project.yml index 2f3768e2..4a9bd36a 100644 --- a/.github/workflows/build-project.yml +++ b/.github/workflows/build-project.yml @@ -2,6 +2,8 @@ name: Build project on: push: + branches-ignore: + - 'dependabot/**' pull_request: permissions: @@ -31,4 +33,4 @@ jobs: name: Prepare analysis context uses: WrenSecurity/.github/.github/workflows/sonar-pull-prepare.yml@main with: - pull_request: ${{ toJSON(github.event.pull_request) }} \ No newline at end of file + pull_request: ${{ toJSON(github.event.pull_request) }}