diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 1c73922..272d3e9 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -2,9 +2,9 @@ name: Docker Image CI on: push: - branches: [ "master" ] + branches: [ "main" ] pull_request: - branches: [ "master" ] + branches: [ "main" ] env: DHUB_UNAME: ${{ secrets.DHUB_UNAME }}