Skip to content

Commit f237800

Browse files
committed
Update the GitHub Actions CI workflow triggers.
1 parent 98cd0ad commit f237800

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: CI
2-
on: [push, pull_request]
2+
on: [push, workflow_dispatch]
33
jobs:
44
test:
55
name: Test with Node.js v${{ matrix.node }} and ${{ matrix.os }}

changelog.md

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
- Updated dev dependencies.
1414
- Updated the `package.json` field `repository` to conform to new npm requirements.
1515
- Updated GitHub Actions CI config:
16+
- No longer run the workflow on pull request.
17+
- Enable manual workflow dispatching.
1618
- Run tests with Node.js v18, v20, v22.
1719
- Updated `actions/checkout` to v4.
1820
- Updated `actions/setup-node` to v4.

0 commit comments

Comments
 (0)