Skip to content

Commit d3c4d01

Browse files
committed
ci: configure GitHub Actions to deploy to GitHub Pages
1 parent 84eae6f commit d3c4d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
url: ${{ steps.deployment.outputs.page_url }}
6666
runs-on: ubuntu-latest
6767
needs: build
68-
if: github.ref == 'refs/heads/main'
68+
if: github.ref == 'refs/heads/develop'
6969
steps:
7070
- name: Deploy to GitHub Pages
7171
id: deployment

0 commit comments

Comments
 (0)