mirror of https://github.com/allinssl/allinssl
ci/cd: 调整流水线触发条件
parent
57bc6c603f
commit
9fb929d512
|
@ -3,6 +3,7 @@ name: Build and Push Docker Image
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "*" ]
|
branches: [ "*" ]
|
||||||
|
tags: [ "*" ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in New Issue