diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f49e2e6718..771879d070 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,9 +3,9 @@ name: Build on: workflow_dispatch: push: - pull_request: branches-ignore: - - 'dependabot/*' + - 'dependabot/**' + pull_request: env: DISABLE_KNAPSACK: true