diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index ce55e45..0afe53e 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -2,7 +2,14 @@ name: Build Docker Image And Push on: push: - tags: [ 'v*.*.*' ] + branches: + - main + pull_request: + branches: + - main +# on: +# push: +# tags: [ 'v*.*.*' ] env: PHP_EXTENSION_INSTALL_VERSION: 'latest'