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
parent
commit
3e98dbeb99
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions
  1. 3
      .github/workflows/publish-image.yml

3
.github/workflows/publish-image.yml

@ -5,10 +5,9 @@ on:
- cron: '0 10 * * *' # everyday at 10am
push:
branches:
- '**'
- master
tags:
- 'v*.*.*'
pull_request:
jobs:
docker:

Loading…
Cancel
Save