Skip to content

Commit

Permalink
Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
leonasdev committed Feb 9, 2024
1 parent 6062ca4 commit 53d8f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cross-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
CHANGED_FILES=$(git diff --name-only ${{ github.event.before }} ${{ github.sha }})
echo -e "Changed files: $CHANGED_FILES\n"
for branch in ${SYNC_BRANCHES[@]}; do
for branch in "${SYNC_BRANCHES[@]}"; do
if [ "$branch" == "${{ github.ref_name }}" ]; then
echo "Skipping branch: $branch"
continue
Expand Down

0 comments on commit 53d8f44

Please sign in to comment.