From cb277f70ca0ab586654740b6d48f3560c46d0880 Mon Sep 17 00:00:00 2001 From: androidacy-user Date: Mon, 1 May 2023 14:17:21 -0400 Subject: [PATCH] Update deps workflow Signed-off-by: androidacy-user --- .github/workflows/dependencies.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index c1908d9..7489f2f 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -1,8 +1,11 @@ -name: build +name: Dependencies on: push: branches: - - develop # run the action on your projects default branch + - master # run the action on your projects default branch + pull_request: + branches: + - master # run the action on your projects default branch jobs: build: