Skip to content

Commit

Permalink
fix: Add if statement to Make Badge
Browse files Browse the repository at this point in the history
  • Loading branch information
hayleepierce committed Sep 19, 2023
1 parent c095ec3 commit 32dd99f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
echo "$CURRENT_GITHUB_STEP_SUMMARY" >> $GITHUB_STEP_SUMMARY
# Create the Coverage Badge
- name: Make Badge
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
uses: schneegans/[email protected]
with:
# GIST_TOKEN is a GitHub personal access token with scope "gist".
Expand Down

0 comments on commit 32dd99f

Please sign in to comment.