Skip to content

Commit

Permalink
Create develop branch that automatically deploys to staging
Browse files Browse the repository at this point in the history
  • Loading branch information
benface committed Jan 7, 2022
1 parent d04b38c commit a6163eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-cd-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Staging CI/CD
on:
push:
branches:
- main
- develop

env:
BASE_IMAGE: ghcr.io/graphprotocol/graph-docs-staging
Expand Down Expand Up @@ -39,7 +39,6 @@ jobs:
build-args: NEXT_PUBLIC_BASE_PATH=${{ env.NEXT_PUBLIC_BASE_PATH }}

deploy:
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
needs: build
steps:
Expand Down

0 comments on commit a6163eb

Please sign in to comment.