Skip to content

Commit

Permalink
avoid trigger CI with changes on text files, including CODEOWNERS, LI…
Browse files Browse the repository at this point in the history
…CENSE and any *.md file (#29)
  • Loading branch information
garciagenrique authored Aug 4, 2023
1 parent 3a96bd3 commit d8d5bf7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/env-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ jobs:
uses: tj-actions/changed-files@v37
with:
files_ignore: |
.github/workflows/env-build.yaml
.github/**
**/README.md
LICENSE
*.md
dir_names: "true"
dir_names_exclude_current_dir: "true"

Expand Down

0 comments on commit d8d5bf7

Please sign in to comment.