From a79819f8e726d25b5a45e690cb1b5ad8f9fd575d Mon Sep 17 00:00:00 2001 From: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com> Date: Thu, 15 Jan 2026 15:30:44 +0000 Subject: [PATCH] trigger on master branch --- .github/workflows/auto-accept-ci-changes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-accept-ci-changes.yml b/.github/workflows/auto-accept-ci-changes.yml index bc1ae8af..f7a0132c 100644 --- a/.github/workflows/auto-accept-ci-changes.yml +++ b/.github/workflows/auto-accept-ci-changes.yml @@ -3,7 +3,7 @@ name: Dependabot CI Updates on: pull_request: branches: - - main + - master types: - opened - synchronize