diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 953cc78..fa762f7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,8 +9,6 @@ on: jobs: review_app: runs-on: ubuntu-latest - # only run when a pull request is opened - if: github.event_name == 'pull_request' && github.event.action == 'opened' steps: - name: Cloning repo uses: actions/checkout@v2