Skip to content

Commit 4e30c94

Browse files
Copilotrajbos
andcommitted
Temporarily allow deployment from any branch for testing
Co-authored-by: rajbos <6085745+rajbos@users.noreply.github.com>
1 parent 55069ca commit 4e30c94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-to-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# Deployment job
5353
deploy:
5454
# Only deploy on main branch
55-
if: github.ref == 'refs/heads/main'
55+
# if: github.ref == 'refs/heads/main'
5656
environment:
5757
name: github-pages
5858
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)