diff --git a/.github/workflows/create-org-and-deploy.yaml b/.github/workflows/create-org-and-deploy.yaml index 03b3559ef92..c868f77bc2f 100644 --- a/.github/workflows/create-org-and-deploy.yaml +++ b/.github/workflows/create-org-and-deploy.yaml @@ -2,12 +2,14 @@ name: Deploy and Run all Unit Tests on: push: branches: - - '*' + - 'feature/*' + - 'releases/*' - main pull_request: types: [ opened ] branches: - - '*' + - 'feature/*' + - 'releases/*' - main jobs: create-org-and-deploy: