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.
api-migration
1 parent 00da8a9 commit 541795eCopy full SHA for 541795e
.github/workflows/gh-pages.yml
@@ -69,7 +69,7 @@ jobs:
69
70
# DEPLOY STAGING
71
deploy-staging:
72
- if: github.ref == 'refs/heads/develop'
+ if: github.ref == 'refs/heads/feature/api-migration'
73
name: Deploy Staging to GitHub Pages
74
runs-on: ubuntu-latest
75
needs: [build]
0 commit comments