feature: add more trigger

This commit is contained in:
kriss 2023-02-23 14:38:34 +08:00
parent c8b67cc095
commit 68231d2e6c

View File

@ -1,10 +1,14 @@
name: Build image name: Build Docker Image
on: on:
schedule: schedule:
- cron: '0 1 * * 0' - cron: '0 1 * * 0'
push: push:
tags: [ 'v*.*.*' ] tags: [ 'v*.*.*' ]
paths:
- 'Dockerfile'
- 'config/**'
env: env:
PHP_EXTENSION_INSTALL_VERSION: 'latest' PHP_EXTENSION_INSTALL_VERSION: 'latest'
COMPOSER_VERSION: 'latest' COMPOSER_VERSION: 'latest'