Skip to content

Commit

Permalink
ci: allow manually run publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mfal committed Feb 1, 2024
1 parent 004c9ae commit 6f31a8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Publish packages to NPM

on:
workflow_dispatch:
pull_request:
types:
- closed
Expand Down

1 comment on commit 6f31a8f

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report for ./packages/components/

St.
Category Percentage Covered / Total
🟢 Statements 98.04% 100/102
🟢 Branches 93.75% 30/32
🟢 Functions 100% 27/27
🟢 Lines 98.04% 100/102

Test suite run success

51 tests passing in 9 suites.

Report generated by 🧪jest coverage report action from 6f31a8f

Please sign in to comment.