From f85381b22619794b6da820739b35ef5fadfc8ede Mon Sep 17 00:00:00 2001 From: Andy Waite <13400+andyw8@users.noreply.github.com> Date: Tue, 12 Sep 2023 12:48:19 -0400 Subject: [PATCH] Update dependabot_update_rbis_run.yml --- .github/workflows/dependabot_update_rbis_run.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dependabot_update_rbis_run.yml b/.github/workflows/dependabot_update_rbis_run.yml index 390959f41..952ec10f7 100644 --- a/.github/workflows/dependabot_update_rbis_run.yml +++ b/.github/workflows/dependabot_update_rbis_run.yml @@ -1,5 +1,10 @@ name: Update gem RBIs on Dependabot PRs -on: [pull_request] + +on: + pull_request: + types: [opened, synchronize] + paths: + - 'Gemfile.lock' permissions: contents: write