feature: remove unuseful trigger

This commit is contained in:
kriss 2023-02-23 14:47:06 +08:00
parent 94fe2c4abc
commit 31139e04b5

View File

@ -5,9 +5,6 @@ on:
- 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'