mirror of
https://github.com/woodchen-ink/certimate.git
synced 2025-07-18 09:21:56 +08:00
feat(workflow): 更新推送镜像配置,忽略特定文件类型
This commit is contained in:
parent
04bfd94243
commit
362a0791d6
3
.github/workflows/push_image.yml
vendored
3
.github/workflows/push_image.yml
vendored
@ -4,6 +4,9 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
paths-ignore:
|
||||||
|
- "**.md"
|
||||||
|
- "**.yml"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
IMAGE_NAME: certimate
|
IMAGE_NAME: certimate
|
||||||
|
Loading…
x
Reference in New Issue
Block a user