Skip to content

Commit 9336d84

Browse files
committed
add trailing wildcard
1 parent 614446d commit 9336d84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-tag-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
for file in ${{ steps.get-changed-files.outputs.all }}; do
2828
echo "Checking if file '$file' should trigger a plugin release"
2929
if [[ "$file" == .github/* ]] || \
30-
[[ "$file" == .wordpress.org/ ]]; then
30+
[[ "$file" == .wordpress.org/* ]]; then
3131
echo "'$file' is inside an ignored directory."
3232
continue
3333
fi

0 commit comments

Comments
 (0)