From 78a63dda5459c1dd97604248c485201ed5236c87 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 2 Aug 2024 01:01:18 -0400 Subject: [PATCH] more docs testing --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e06a44824..d025f0aee 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -4,6 +4,7 @@ on: branches: - stable - dev + - readme-updates pull_request: concurrency: @@ -58,7 +59,7 @@ jobs: update_docs: # needs: test runs-on: ubuntu-latest - if: github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/stable' || github.ref == 'refs/heads/readme-updates' + if: github.event_name == 'push' && (github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/stable' || github.ref == 'refs/heads/readme-updates') steps: - uses: actions/checkout@v3 with: