Merge pull request #41 from hodanov/feature/github_workflow

Modify docker_image_ci.yml to execute push on 'dependabot/*'.
This commit is contained in:
hodanov 2023-10-20 10:51:34 +09:00 committed by GitHub
commit e83b5ae9ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@ on:
branches:
- 'main'
- 'feature/*'
- 'dependabot/*'
jobs:
build: