From 1b1fb42034f842efab6ba0617bcab32e621f5150 Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Sun, 21 Jan 2024 12:44:38 -0800 Subject: [PATCH] Restored docs generation filter by branch if: github.ref == 'refs/heads/automated-docs' --- .github/workflows/push.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index a88356848c..3edb59e788 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -60,6 +60,7 @@ jobs: Generate-Documentation: runs-on: ubuntu-latest + if: github.ref == 'refs/heads/automated-docs' steps: - name: Checkout the Repository uses: actions/checkout@v3