Skip to content

Commit

Permalink
feat: Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
icleitoncosta committed Aug 31, 2024
1 parent 4a7d45e commit d1e69b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/update-proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ jobs:
else
echo "::set-output name=result::changes_detected"
fi
- name: Checkout main
if: steps.check_changes.outputs.result == 'changes_detected'
run: git checkout main

- name: Commit Changes
if: steps.check_changes.outputs.result == 'changes_detected'
Expand Down

0 comments on commit d1e69b9

Please sign in to comment.