Skip to content

Commit

Permalink
Update the GitHub Actions CI workflow triggers.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydenseric committed Oct 23, 2023
1 parent 1590421 commit 88e18b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: CI
on: [push, pull_request]
on: [push, workflow_dispatch]
jobs:
test:
name: Test with Node.js v${{ matrix.node }} and ${{ matrix.os }}
Expand Down
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@
- Check TypeScript types via a new package `types` script.
- Removed the [`jsdoc-md`](https://npm.im/jsdoc-md) dev dependency and the related package scripts, replacing the readme “API” section with a manually written “Exports” section.
- Updated GitHub Actions CI config:
- The workflow no longer triggers on pull request, but still does on push.
- The workflow can now be manually triggered.
- Run tests with Node.js v18, v20, v21.
- Updated `actions/checkout` to v4.
- Updated `actions/setup-node` to v3.
Expand Down

0 comments on commit 88e18b5

Please sign in to comment.