diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 693ea3e..6c8a43b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -5,7 +5,7 @@ on: branches: - master pull_request: - types: [closed] + types: [closed] # To run the workflow only when the PR is merged branches: - master