Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: ability to manually trigger typescript publish #154

Merged
merged 2 commits into from
Dec 3, 2024

Conversation

Alessandro100
Copy link
Contributor

Objective of this PR will be to re-trigger the typescript package build and give the ability to manually trigger it in the future

@Alessandro100 Alessandro100 self-assigned this Dec 3, 2024
Copy link

@qcdyx qcdyx left a comment

Choose a reason for hiding this comment

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

LGTM

@Alessandro100 Alessandro100 merged commit 483e683 into master Dec 3, 2024
3 checks passed
Comment on lines +4 to +5
workflow_dispatch:
workflow_call:
Copy link
Member

Choose a reason for hiding this comment

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

To manual trigger the workflow it's only needed the workflow_dispatch event. The workflow_call is to allow being call from another workflow.

Suggested change
workflow_dispatch:
workflow_call:
workflow_dispatch:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants