diff --git a/.github/workflows/build-push-image-commit.yaml b/.github/workflows/build-push-image-commit.yaml index 1461231..3c3d7f5 100644 --- a/.github/workflows/build-push-image-commit.yaml +++ b/.github/workflows/build-push-image-commit.yaml @@ -29,6 +29,9 @@ jobs: uses: tj-actions/changed-files@v44 with: files_ignore: | + README.md + CONTRIBUTING.md + LICENSE .github/** images/** diff --git a/.github/workflows/build-test-image.yaml b/.github/workflows/build-test-image.yaml index 76b5f59..c28fd9d 100644 --- a/.github/workflows/build-test-image.yaml +++ b/.github/workflows/build-test-image.yaml @@ -22,6 +22,9 @@ jobs: uses: tj-actions/changed-files@v44 with: files_ignore: | + README.md + CONTRIBUTING.md + LICENSE .github/** images/**