From 25ad9c93f8d7ba626e2181f980055e21261e4956 Mon Sep 17 00:00:00 2001 From: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com> Date: Fri, 8 Sep 2023 11:35:23 -0600 Subject: [PATCH] Turn off CI for pushes --- .github/workflows/docs-guide-test.yml | 7 +------ .github/workflows/main.yml | 7 +------ 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/.github/workflows/docs-guide-test.yml b/.github/workflows/docs-guide-test.yml index cdceba49..1d0a1f9c 100644 --- a/.github/workflows/docs-guide-test.yml +++ b/.github/workflows/docs-guide-test.yml @@ -1,10 +1,5 @@ name: Test Docs Guide -on: - push: - branches: - - main - - '1.*' - pull_request: +on: [pull_request] permissions: contents: write diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 902b2b9d..2d773b0f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,10 +1,5 @@ name: Tests -on: - push: - branches: - - main - - '1.*' - pull_request: +on: [pull_request] jobs: docs: name: Sample Docs Build