diff --git a/.github/workflows/build-container.yml b/.github/workflows/build-container.yml index f8d5448..0c4a8e5 100644 --- a/.github/workflows/build-container.yml +++ b/.github/workflows/build-container.yml @@ -5,6 +5,9 @@ on: paths: - 'container/**' - '.github/workflows/build-container.yml' + tags-ignore: + - 'eslint-config@v*' + - 'prettier-config@v*' pull_request: paths: - 'container/**' diff --git a/README.md b/README.md index d99c560..cff8ed3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # sandbox For things slightly more important than gist of pastebin, but not really worth their own repo lands here. + +## Badges + + +| Name | Badges | +| ---- | ------ | +| [npm (eslint)](https://github.com/revi/sandbox/tree/master/npm/eslint-config) | [![NPM Version](https://img.shields.io/npm/v/%40revi%2Feslint-config?logo=npm&cacheSeconds=600)](https://www.npmjs.com/package/@revi/eslint-config) [![GitHub License](https://img.shields.io/github/license/revi/sandbox?logo=apache&cacheSeconds=600)] | +| [npm (prettier)](https://github.com/revi/sandbox/tree/master/npm/prettier-config) | [![NPM Version](https://img.shields.io/npm/v/%40revi%2Fprettier-config?logo=npm&cacheSeconds=600)](https://www.npmjs.com/package/@revi/prettier-config) [![GitHub License](https://img.shields.io/github/license/revi/sandbox?logo=apache&cacheSeconds=600)] |