Skip to content

Commit

Permalink
fix: refer to development branch
Browse files Browse the repository at this point in the history
  • Loading branch information
NishaSharma14 committed Mar 8, 2023
1 parent 7a4aa0e commit 8ad9031
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name : Build, Test and Publish

on:
push:
branches: [main]
branches: [development]

env:
PROJECT_ID: ${{ secrets.GKE_PROJECT }}
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:

setup-build-publish:
name: Build & publish to registry
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/development'
runs-on: ubuntu-latest
# needs: test
steps:
Expand Down

0 comments on commit 8ad9031

Please sign in to comment.