Skip to content

Commit

Permalink
add debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Oct 29, 2024
1 parent 61f3c43 commit cd25c9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
run_plugin_update="false"
for file in ${{ steps.get-changed-files.outputs.all }}; do
echo "Checking if file '$file' should trigger a plugin release"
if [[ "$file" == .github/* ]]; then
echo "'$file' is inside the .github/ directory."
fi
if [[ "$file" != */.wordpress.org/* ]] && \
[[ "$file" != */.github/* ]] && \
[[ "$file" != */readme.* ]] && \
Expand Down

0 comments on commit cd25c9e

Please sign in to comment.