chore: update docker ci push conditions
This commit is contained in:
parent
fb8184fe9c
commit
a7a7e6b87d
5
.github/workflows/ci-docker.yaml
vendored
5
.github/workflows/ci-docker.yaml
vendored
@ -1,6 +1,11 @@
|
||||
name: "Docker Build CI"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- "Dockerfile"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
Loading…
Reference in New Issue
Block a user