diff --git a/.github/workflows/main-migrations.yaml b/.github/workflows/main-migrations.yaml index 692f76d8..0ed92011 100644 --- a/.github/workflows/main-migrations.yaml +++ b/.github/workflows/main-migrations.yaml @@ -1,15 +1,12 @@ name: Deploy to production on: - pull_request: - types: [closed] push: branches: - main jobs: apply-main-migrations: - if: ${{ github.event.pull_request.merged == true }} runs-on: ubuntu-latest steps: - name: Checkout repository