From 7b9a88f14d5b3bae426c9c6f82b96e801d6cae32 Mon Sep 17 00:00:00 2001 From: TASNEEM KOUSHAR Date: Sun, 11 Feb 2024 19:50:17 +0530 Subject: [PATCH] Update push.yml --- .github/workflows/push.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 329c0942a4..10e0230cf0 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -96,7 +96,7 @@ jobs: Generate-Documentation: name: Generate Documentation runs-on: ubuntu-latest - if: github.ref == 'refs/heads/automated-docs' + if: github.ref == 'refs/heads/develop' needs: Push-Workflow steps: - name: Checkout repository @@ -152,6 +152,7 @@ jobs: Copy-docs-to-talawa-docs: runs-on: ubuntu-latest + if: github.ref == 'refs/heads/automated-docs' needs: Generate-Documentation steps: - uses: actions/checkout@v3