We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84eae6f commit d3c4d01Copy full SHA for d3c4d01
.github/workflows/deploy.yml
@@ -65,7 +65,7 @@ jobs:
65
url: ${{ steps.deployment.outputs.page_url }}
66
runs-on: ubuntu-latest
67
needs: build
68
- if: github.ref == 'refs/heads/main'
+ if: github.ref == 'refs/heads/develop'
69
steps:
70
- name: Deploy to GitHub Pages
71
id: deployment
0 commit comments