Skip to content

Commit

Permalink
also ignore .yml files for the purpose of detecting asset updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Oct 28, 2024
1 parent ee22951 commit 34fa296
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
[[ "$file" != "readme.txt" ]] && \
[[ $file != "readme.md" ]] && \
[[ $file != ".gitignore" ]] && \
[[ $file != *.yml ]] && \
[[ $file != *"composer"* ]]; then
run_plugin_update="false"
break
Expand Down

0 comments on commit 34fa296

Please sign in to comment.