Browse Source
Merge pull request #1578 from doccano/enhancement/workflow
Update publish-image.yml
pull/1580/head
v1.5.3
Hiroki Nakayama
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
2 deletions
-
.github/workflows/publish-image.yml
|
@ -5,10 +5,9 @@ on: |
|
|
- cron: '0 10 * * *' # everyday at 10am |
|
|
- cron: '0 10 * * *' # everyday at 10am |
|
|
push: |
|
|
push: |
|
|
branches: |
|
|
branches: |
|
|
- '**' |
|
|
|
|
|
|
|
|
- master |
|
|
tags: |
|
|
tags: |
|
|
- 'v*.*.*' |
|
|
- 'v*.*.*' |
|
|
pull_request: |
|
|
|
|
|
|
|
|
|
|
|
jobs: |
|
|
jobs: |
|
|
docker: |
|
|
docker: |
|
|