chore: update filter pattern (#1340)

This commit is contained in:
Tonye Jack 2023-07-03 15:30:44 -06:00 committed by GitHub
parent af9376f801
commit 742b6417b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -515,7 +515,7 @@ See [outputs](#outputs) for a list of all available outputs.
*.png
!*.md
test_directory
**/*.sql
**.sql
...
```
@ -538,7 +538,7 @@ See [inputs](#inputs) for more information.
*.png
!*.md
test_directory
**/*.sql
**.sql
- name: Run step if any of the listed files above change
if: steps.changed-files-specific.outputs.any_changed == 'true'