Skip to content

Commit

Permalink
Fix branch name in workflow file
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Sun <dsun20@bloomberg.net>
  • Loading branch information
yuzisun committed Jun 10, 2024
1 parent 37e04a4 commit bc12589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Mike deploy

on:
push:
branches: [ 0.13 ]
branches: [ v0.13 ]

jobs:
build_docs:
Expand Down

0 comments on commit bc12589

Please sign in to comment.