diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c93b77e..b3d5d543 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,6 @@ name: CI on: - push - - pull_request jobs: test: runs-on: ubuntu-20.04 diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index c65dc6f2..412cf492 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -1,9 +1,10 @@ name: Dependabot Automerge Check on: - - pull_request + - pull_request_target jobs: - worker: + auto-merge: + if: github.actor == 'dependabot[bot]' runs-on: ubuntu-latest steps: - name: Checkout code