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: