From bd28bb8f32a439bcfa2a3d9394eecc79536a033d Mon Sep 17 00:00:00 2001 From: Ludvig Persson Date: Wed, 14 Feb 2024 13:55:24 +0100 Subject: [PATCH] fix: run on all PR events --- .github/workflows/auto-merge.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index ff525fc..d96094e 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -1,11 +1,10 @@ name: Tests and Dependabot PR Handling on: - pull_request: - types: [opened, reopened] - branches: - - master - - main + pull_request: + branches: + - master + - main jobs: # Verifies the boilerplate can start and run in GitHub Actions environment