Update docker-publish.yml

ignore README.md
This commit is contained in:
yojoshb 2023-05-14 20:56:21 -05:00 committed by GitHub
parent 47b67ba04d
commit 3ddfbda7f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,8 @@ on:
branches: [ "main" ] branches: [ "main" ]
# Publish semver tags as releases. # Publish semver tags as releases.
tags: [ 'v*.*.*' ] tags: [ 'v*.*.*' ]
paths-ignore:
- "README.md"
pull_request: pull_request:
branches: [ "main" ] branches: [ "main" ]