diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f18e350..e4f58a0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,13 +3,13 @@ name: build-and-deployment on: push: branches: - - develop + - feature/10-continuous-deployment-for-gen2-function # - main jobs: deploy-staging: runs-on: ubuntu-latest - if: github.ref == 'refs/heads/develop' + if: github.ref == 'refs/heads/feature/10-continuous-deployment-for-gen2-function' steps: - uses: 'actions/checkout@v3' - run: ls