chore: update filter pattern (#1340)
This commit is contained in:
parent
af9376f801
commit
742b6417b4
@ -515,7 +515,7 @@ See [outputs](#outputs) for a list of all available outputs.
|
|||||||
*.png
|
*.png
|
||||||
!*.md
|
!*.md
|
||||||
test_directory
|
test_directory
|
||||||
**/*.sql
|
**.sql
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -538,7 +538,7 @@ See [inputs](#inputs) for more information.
|
|||||||
*.png
|
*.png
|
||||||
!*.md
|
!*.md
|
||||||
test_directory
|
test_directory
|
||||||
**/*.sql
|
**.sql
|
||||||
|
|
||||||
- name: Run step if any of the listed files above change
|
- name: Run step if any of the listed files above change
|
||||||
if: steps.changed-files-specific.outputs.any_changed == 'true'
|
if: steps.changed-files-specific.outputs.any_changed == 'true'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user