Skip to content

Commit

Permalink
Merge pull request #1 from shaneknapp/update-workflows
Browse files Browse the repository at this point in the history
dont build image with doc updates
  • Loading branch information
shaneknapp authored Sep 6, 2024
2 parents d093fb9 + ff68e6b commit c90707f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-push-image-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
uses: tj-actions/changed-files@v44
with:
files_ignore: |
README.md
CONTRIBUTING.md
LICENSE
.github/**
images/**
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build-test-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
uses: tj-actions/changed-files@v44
with:
files_ignore: |
README.md
CONTRIBUTING.md
LICENSE
.github/**
images/**
Expand Down

0 comments on commit c90707f

Please sign in to comment.