Skip to content

Commit

Permalink
Updated filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Oct 30, 2022
1 parent e91f9ef commit 709b793
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ jobs:
uses: tj-actions/verify-changed-files@v12
id: verify-changed-files
with:
files: output/**
files: |
output/**
!output/index.html
!output/columns.html
!output/info-html.html
- name: Commit Schema docs changes
if: steps.verify-changed-files.outputs.files_changed == 'true'
Expand Down

0 comments on commit 709b793

Please sign in to comment.