Update README.md
This commit is contained in:
parent
10228bf07b
commit
20a19b977f
@ -538,7 +538,7 @@ See [outputs](#outputs) for a list of all available outputs.
|
|||||||
*.png
|
*.png
|
||||||
!*.md
|
!*.md
|
||||||
test_directory
|
test_directory
|
||||||
**.sql
|
**/*.sql
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -561,7 +561,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'
|
||||||
@ -929,9 +929,8 @@ With the switch from using grep's Extended regex to match files to the natively
|
|||||||
- \.sh$
|
- \.sh$
|
||||||
- .(sql|py)$
|
- .(sql|py)$
|
||||||
- ^(dir1|dir2)
|
- ^(dir1|dir2)
|
||||||
+ *.{sh,sql,py}
|
+ **/*.{sh,sql,py}
|
||||||
+ dir1
|
+ {dir1,dir2}/**
|
||||||
+ dir2
|
|
||||||
```
|
```
|
||||||
|
|
||||||
* Free software: [MIT license](LICENSE)
|
* Free software: [MIT license](LICENSE)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user