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:
schedule:
- cron: '0 1 * * 0'
push:
tags: [ 'v*.*.*' ]
paths:
- 'Dockerfile'
- 'config/**'
env:
PHP_EXTENSION_INSTALL_VERSION: 'latest'
COMPOSER_VERSION: 'latest'