diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index 44d3f8b1..4b0ce7d1 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -13,12 +13,11 @@ name: Demo on: - pull_request: - branches: - - "*" push: branches: - 'master' + release: + types: [ published ] env: COLUMNS: 120 diff --git a/action.yml b/action.yml index b69869f6..c271fbbd 100644 --- a/action.yml +++ b/action.yml @@ -10,7 +10,7 @@ # @see https://github.com/JBZoo/Csv-Blueprint # -name: 'CSV Blueprint - Validator by schemas' +name: 'CSV Blueprint - Lint and validate by schemas' description: 'Strict and flexible schema-based CSV file validation with the ability to report as GitHub Annotations in your PRs.' author: 'Denis Smetannikov ' diff --git a/composer.json b/composer.json index a5820752..eacc49b1 100644 --- a/composer.json +++ b/composer.json @@ -7,6 +7,7 @@ "jbzoo", "csv", "csv-validator", + "csv-linter", "csv-validation", "csv-generation", "csv-format",