Browse Source

Update publish-image.yml

pull/1578/head
Hironsan 3 years ago
parent
commit
aab7bd797a
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