Skip to content

Commit a6163eb

Browse files
committed
Create develop branch that automatically deploys to staging
1 parent d04b38c commit a6163eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci-cd-staging.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Staging CI/CD
33
on:
44
push:
55
branches:
6-
- main
6+
- develop
77

88
env:
99
BASE_IMAGE: ghcr.io/graphprotocol/graph-docs-staging
@@ -39,7 +39,6 @@ jobs:
3939
build-args: NEXT_PUBLIC_BASE_PATH=${{ env.NEXT_PUBLIC_BASE_PATH }}
4040

4141
deploy:
42-
if: github.ref == 'refs/heads/main'
4342
runs-on: ubuntu-latest
4443
needs: build
4544
steps:

0 commit comments

Comments
 (0)