ignore README

This commit is contained in:
Ray Lyon
2022-04-06 19:35:34 -04:00
committed by GitHub
parent bbdbf2d5e3
commit 1fab9213b5

View File

@@ -3,8 +3,8 @@ name: Create and publish a Docker image
on:
push:
branches: ['main']
paths-ignore: |
README.md
paths-ignore:
- '**/README.md'
env:
IMAGE_NAME: ${{ github.repository }}