Skip to content

Commit 2a2df59

Browse files
committed
1 parent 2d2ec91 commit 2a2df59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Main
22
on:
3+
workflow_dispatch:
34
push:
45
branches:
56
- main
@@ -13,7 +14,7 @@ jobs:
1314
runs-on: ubuntu-latest
1415
strategy:
1516
matrix:
16-
node: [ 18 ]
17+
node: [18]
1718
name: Node ${{ matrix.node }} sample
1819
steps:
1920
- name: Cancel Previous Runs

0 commit comments

Comments
 (0)