Skip to content

Commit

Permalink
Exclude .utilities folder
Browse files Browse the repository at this point in the history
  • Loading branch information
fmfernandes committed Mar 23, 2024
1 parent 4fbf29e commit cfa8991
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/make-plugin-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
uses: tj-actions/changed-files@v43
with:
dir_names: true
files_ignore: .github/**
files_ignore: |
.github/**
.utilities/**
dir_names_include_files: false
dir_names_exclude_current_dir: true
dir_names_max_depth: 1
Expand Down

0 comments on commit cfa8991

Please sign in to comment.