Skip to content

Commit

Permalink
changes are _not_ in .github
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence authored Mar 26, 2024
1 parent 62f831c commit 0781ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
shopt -s nocasematch
maybe_asset_only="true"
for file in ${{ steps.get-changed-files.outputs.all }}; do
if [[ $file =~ ^\.wordpress\.org/ ]] && [[ $file != "readme.txt" ]] && [[ $file != "readme.md" ]] && [[ $file =~ ^\.github/ ]]; then
if [[ $file =~ ^\.wordpress\.org/ ]] && [[ $file != "readme.txt" ]] && [[ $file != "readme.md" ]] && [[ ! $file =~ ^\.github/ ]]; then
maybe_asset_only="false"
break
fi
Expand Down

0 comments on commit 0781ff3

Please sign in to comment.