fix: Don't generate an image when README.md is updated (#36)

This commit is contained in:
Jorge O. Castro
2023-02-03 18:35:30 -05:00
committed by GitHub
parent b7820b4ba3
commit 8c170cfe89

View File

@@ -8,6 +8,8 @@ on:
push: push:
branches: branches:
- main - main
paths-ignore:
- '**/README.md'
env: env:
IMAGE_NAME: base IMAGE_NAME: base
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }} IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}