Skip to content

Commit

Permalink
chore: update filter pattern (#1340)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Jul 3, 2023
1 parent af9376f commit 742b641
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ See [outputs](#outputs) for a list of all available outputs.
*.png
!*.md
test_directory
**/*.sql
**.sql
...
```

Expand All @@ -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'
Expand Down

0 comments on commit 742b641

Please sign in to comment.