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

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'