diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index cb8f3e59..b7fd3f8c 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -1,6 +1,9 @@ name: Create docker images -on: [create] +on: + push: + branches: + - master jobs: @@ -27,4 +30,4 @@ jobs: buildArgs: DATABASE_TYPE=${{ matrix.db-type }} registry: ghcr.io/${{ github.actor }} username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + password: ${{ secrets.GITHUB_TOKEN }}