mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 15:51:01 +08:00
Fix some issues of the Github Auto build docker image.
This commit is contained in:
parent
df412bc3c3
commit
1200505451
6
.github/workflows/build_docker_image.yml
vendored
6
.github/workflows/build_docker_image.yml
vendored
@ -2,9 +2,11 @@ name: Build and Push Docker Image
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["main"]
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches: ["main"]
|
||||
branches:
|
||||
- master
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user