From 68231d2e6c048c6161292945c6ad82d39dc7384a Mon Sep 17 00:00:00 2001 From: kriss <462679766@qq.com> Date: Thu, 23 Feb 2023 14:38:34 +0800 Subject: [PATCH] feature: add more trigger --- .github/workflows/docker-image.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index c70820b..895fcc7 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -1,10 +1,14 @@ -name: Build image +name: Build Docker Image on: schedule: - cron: '0 1 * * 0' push: tags: [ 'v*.*.*' ] + paths: + - 'Dockerfile' + - 'config/**' + env: PHP_EXTENSION_INSTALL_VERSION: 'latest' COMPOSER_VERSION: 'latest'