From 362ef943478f0d4fc0514b0e669e331601c2b5e4 Mon Sep 17 00:00:00 2001 From: ish Date: Mon, 7 Oct 2024 15:34:43 +0900 Subject: [PATCH] workflows: Do not run deploy-to-cm-server for PRs --- .github/workflows/deploy-to-cm-server.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/deploy-to-cm-server.yml b/.github/workflows/deploy-to-cm-server.yml index b782e92..ac6df92 100644 --- a/.github/workflows/deploy-to-cm-server.yml +++ b/.github/workflows/deploy-to-cm-server.yml @@ -17,20 +17,6 @@ on: # - "scripts/**" # - "src/testclient/scripts/**" # - ".all-contributorsrc" - pull_request: - branches: - - main - paths-ignore: - - "**.md" - - ".gitignore" - - "LICENSE" - - "CODEOWNERS" - - "docs/**" - - "scripts/**" - # - "assets/**" - # - "scripts/**" - # - "src/testclient/scripts/**" - # - ".all-contributorsrc" jobs: build-and-deploy: