Skip to content

Commit

Permalink
hotfix(ci): match the current default branch for NvChad/ui (#349)
Browse files Browse the repository at this point in the history
Currently investigating a potential implementation that wouldn't require us to hardcode the default branch (idea taken from lucario387 on discord)
  • Loading branch information
mgastonportillo authored Oct 13, 2024
1 parent 3235613 commit fec9fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-types-gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
git add -A
if [[ -n "$(git status --porcelain)" ]]; then
git commit -m "chore(types): update NvChad types"
git push origin v2.5
git push origin v3.0
else
echo "No changes to commit"
fi

0 comments on commit fec9fa5

Please sign in to comment.