Skip to content

Commit

Permalink
fix(ci): only check change tags on added or modified files
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Jun 17, 2023
1 parent 49dbbbb commit 3b93537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-change-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
list-files: shell
filters: |
changes:
- '.changes/*.md'
- added|modified: '.changes/*.md'
- name: check
run: node ./.scripts/ci/check-change-tags.js ${{ steps.filter.outputs.changes_files }}
Expand Down

0 comments on commit 3b93537

Please sign in to comment.