diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 584da55..0606a7e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,8 +5,13 @@ permissions: on: push: + branches: + - main tags: - v[0-9]+.[0-9]+.* + pull_request: + branches: + - main defaults: run: diff --git a/README.md b/README.md index 7bbf807..db2eb18 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ A more elegant way of writing Tailwind classes. Never need to repeating the same - ✅ Compatible with wrappers like [`twMerge`](https://github.com/dcastil/tailwind-merge). - ✅ "Base" support for Tailwind CSS IntelliSense (IDEs extension), also [Hover Preview](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss#hover-preview). - ✅ Lite version. +- 🔥 Partial support for complex template literal with conditionals. ## 📖 Table of Contents