From 499aeb1aeb2af4d99768f1422674203bd8792f26 Mon Sep 17 00:00:00 2001 From: jlenon7 Date: Sun, 11 Feb 2024 17:36:33 +0000 Subject: [PATCH] fix(cd): remove on pull request main --- .github/workflows/cd.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 412fbef1..f5d93d51 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -4,9 +4,6 @@ on: push: branches: - main - pull_request: - branches: - - main jobs: deploy: @@ -31,4 +28,4 @@ jobs: publish_dir: ./build publish_branch: ghpages user_name: github-actions[bot] - user_email: 41898282+github-actions[bot]@users.noreply.github.com \ No newline at end of file + user_email: 41898282+github-actions[bot]@users.noreply.github.com