We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98cd0ad commit f237800Copy full SHA for f237800
.github/workflows/ci.yml
@@ -1,5 +1,5 @@
1
name: CI
2
-on: [push, pull_request]
+on: [push, workflow_dispatch]
3
jobs:
4
test:
5
name: Test with Node.js v${{ matrix.node }} and ${{ matrix.os }}
changelog.md
@@ -13,6 +13,8 @@
13
- Updated dev dependencies.
14
- Updated the `package.json` field `repository` to conform to new npm requirements.
15
- Updated GitHub Actions CI config:
16
+ - No longer run the workflow on pull request.
17
+ - Enable manual workflow dispatching.
18
- Run tests with Node.js v18, v20, v22.
19
- Updated `actions/checkout` to v4.
20
- Updated `actions/setup-node` to v4.
0 commit comments