Skip to content

Commit

Permalink
Update push-deploy-website.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
palisadoes authored Jan 14, 2025
1 parent dd7f12f commit 4a51414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: Deploy https://docs-admin.talawa.io website
runs-on: ubuntu-latest
# Run only if the develop-postgres branch and not dependabot
if: ${{ github.actor != 'dependabot[bot]' }}
if: ${{ github.actor != 'dependabot[bot]' && github.event.pull_request.base.ref == 'develop' }}
environment:
# This "name" has to be the repos' branch that contains
# the current active website. There must be an entry for
Expand Down

0 comments on commit 4a51414

Please sign in to comment.