diff --git a/.github/workflows/boolock-dev-cicd.yml b/.github/workflows/boolock-dev-cicd.yml index c703073..8268736 100644 --- a/.github/workflows/boolock-dev-cicd.yml +++ b/.github/workflows/boolock-dev-cicd.yml @@ -2,7 +2,9 @@ name: dev ci/cd action on: push: - branches: ['main'] + branches: ['dev'] + pull_request: + branches: ['dev'] jobs: build: @@ -73,7 +75,7 @@ jobs: build-args: | DOCKERHUB_USERNAME=${{ secrets.DOCKERHUB_USERNAME }} TYPE=test - + deploy: if: github.event_name == 'push' needs: build