Enable manual workflow run and add TypeScript types
Added `workflow_dispatch` to GitHub Actions to permit manual execution of pull request tests, enhancing flexibility in CI/CD processes. Included `types` field in `package.json` to specify TypeScript declaration file, improving TypeScript support and integration.
This commit is contained in:
1
.github/workflows/PullRequestTest.yml
vendored
1
.github/workflows/PullRequestTest.yml
vendored
@@ -4,6 +4,7 @@ on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch: # Allows manual execution of the workflow.
|
||||
|
||||
jobs:
|
||||
build-and-test:
|
||||
|
Reference in New Issue
Block a user