Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

Commit

Permalink
fix: Don't generate an image when README.md is updated (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Feb 3, 2023
1 parent b7820b4 commit 8c170cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
push:
branches:
- main
paths-ignore:
- '**/README.md'
env:
IMAGE_NAME: base
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}
Expand Down

0 comments on commit 8c170cf

Please sign in to comment.