From 25fe1f48c791a75a4bbc7aebee9c3b0f37472df7 Mon Sep 17 00:00:00 2001 From: meng Date: Fri, 15 Mar 2024 10:07:23 +0800 Subject: [PATCH] 34 --- .github/workflows/docker-image.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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'