diff --git a/.github/workflows/build-image.yaml b/.github/workflows/build-image.yaml index 5150c442..8d9fc36d 100644 --- a/.github/workflows/build-image.yaml +++ b/.github/workflows/build-image.yaml @@ -2,10 +2,12 @@ name: Build Image on: - workflow_dispatch: - push: - branches: ['*'] - tags: ['*'] + issues: + types: + - opened + pull_request: + types: + - opened env: IMG_TAGS: ${{ github.sha }}