Skip to content

Commit 2845a3a

Browse files
Updated workflow
1 parent e4e2970 commit 2845a3a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/node.js.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
1+
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
22
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
33

44
name: Node.js CI
55

66
on:
7+
workflow_dispatch:
78
push:
89
branches: [ "master", "main" ]
910
pull_request:

0 commit comments

Comments
 (0)