Skip to content

Commit

Permalink
Update Github action triggers and descriptions
Browse files Browse the repository at this point in the history
Github actions for the demo workflow have been reconfigured to eliminate triggers from all pull requests and include triggers from published releases. The description in 'action.yml' has been revised to be more descriptive, and a 'csv-linter' keyword has been added to 'composer.json' for better discoverability.
  • Loading branch information
Denis Smet committed Mar 14, 2024
1 parent 8ec29b2 commit 4f6ded1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@
name: Demo

on:
pull_request:
branches:
- "*"
push:
branches:
- 'master'
release:
types: [ published ]

env:
COLUMNS: 120
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <admin@jbzoo.com>'

Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"jbzoo",
"csv",
"csv-validator",
"csv-linter",
"csv-validation",
"csv-generation",
"csv-format",
Expand Down

0 comments on commit 4f6ded1

Please sign in to comment.