Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add develop badge
  • Loading branch information
mrs1669 authored May 18, 2024
1 parent 1592db5 commit 623dc59
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,21 @@ iOS Application Template (SwiftUI)
</tr>
<tr>
<td style="border:2px double #000080;text-align:left;">develop</td>
<td style="border:2px double #000080;text-align:center;">&nbsp;</td>
<td style="border:2px double #000080;text-align:center;">
<a href="https://github.com/shilokuma-inc/template-app-ios/actions/workflows/build-develop.yml">
<img src="https://github.com/shilokuma-inc/template-app-ios/actions/workflows/build-develop.yml/badge.svg" alt="IOSTemplateApp">
</a>
</td>
<td style="border:2px double #000080;text-align:center;">
<a href="https://github.com/shilokuma-inc/template-app-ios/actions/workflows/archive-develop.yml">
<img src="https://github.com/shilokuma-inc/template-app-ios/actions/workflows/archive-develop.yml/badge.svg" alt="IOSTemplateApp">
</a>
</td>
<td style="border:2px double #000080;text-align:center;">&nbsp;</td>
<td style="border:2px double #000080;text-align:center;">
<a href="https://github.com/shilokuma-inc/template-app-ios/actions/workflows/release-develop.yml">
<img src="https://github.com/shilokuma-inc/template-app-ios/actions/workflows/release-develop.yml/badge.svg" alt="IOSTemplateApp">
</a>
</td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 623dc59

Please sign in to comment.