Skip to content

Commit 541795e

Browse files
deploy api-migration to staging
1 parent 00da8a9 commit 541795e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
# DEPLOY STAGING
7171
deploy-staging:
72-
if: github.ref == 'refs/heads/develop'
72+
if: github.ref == 'refs/heads/feature/api-migration'
7373
name: Deploy Staging to GitHub Pages
7474
runs-on: ubuntu-latest
7575
needs: [build]

0 commit comments

Comments
 (0)