Skip to content

Commit

Permalink
ci(web-docs.yaml): update if
Browse files Browse the repository at this point in the history
  • Loading branch information
violetbrina committed Jan 15, 2025
1 parent 8f37ef2 commit 9b05cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/web-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ concurrency:
jobs:
# Single deploy job since we're just deploying
deploy:
if: github.event.workflow_run.conclusion == 'success' && (github.ref == 'refs/heads/alpha' || github.ref == 'refs/heads/main')
if: github.event.workflow_run.conclusion == 'success' && (github.base_ref == 'alpha' || github.base_ref == 'main')
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down

0 comments on commit 9b05cb2

Please sign in to comment.