From 9c66fce9e58d9ce5a50ee6109fae86a4988c7795 Mon Sep 17 00:00:00 2001 From: CocoByte Date: Fri, 26 Jan 2024 15:04:36 -0700 Subject: [PATCH] Removed triggers used for testing --- .github/workflows/deploy-development.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/deploy-development.yaml b/.github/workflows/deploy-development.yaml index 7572accf7..686635c20 100644 --- a/.github/workflows/deploy-development.yaml +++ b/.github/workflows/deploy-development.yaml @@ -4,13 +4,6 @@ name: Build and deploy development for release on: - workflow_dispatch: - pull_request: - types: - - opened - - review_requested - branches: - - 'releases/**' push: paths-ignore: - 'docs/**' @@ -19,7 +12,6 @@ on: branches: - main - - nl/1595-auto-run-migrations jobs: deploy-development: