Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Dec 10, 2023
1 parent 7b7a3b8 commit 126b949
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ Verify that certain files or directories did or did not change during the workfl
* Detect changes to track and untracked files.
* Restrict change detection to a subset of files:
* Using [Glob pattern](https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet) matching.
* Supports Globstar.
* Supports brace expansion.
* Supports negation.

## Usage

Expand All @@ -61,8 +64,7 @@ Verify that certain files or directories did or did not change during the workfl
*.txt
test_directory
action.yml
**/*.py
**/*.jpeg
**/*.{jpeg,py}
!*.sql
- name: Run step only when any of the above files change.
Expand Down

0 comments on commit 126b949

Please sign in to comment.