chore: 注释掉 docker-build-push.yml 中的分支和路径配置

This commit is contained in:
严浩
2024-10-10 11:01:17 +08:00
parent 5bd89bc7bb
commit bf2f20471c

View File

@ -2,11 +2,11 @@ name: docker-build-push
on: on:
push: push:
branches: # branches:
- main # - main
paths: # paths:
- 'docker-build-push/**' # - 'docker-build-push/**'
- '.github/workflows/docker-build-push.yml' # - '.github/workflows/docker-build-push.yml'
env: env:
TZ: Asia/Shanghai TZ: Asia/Shanghai