Skip to content

Commit f75aeaf

Browse files
authored
ci: adds workflow_dispatch to deploy.yml (#3)
* ci: adds workflow_dispatch to deploy.yml * ci: adds packageManager field for pnpm/action-setup
1 parent 0af9511 commit f75aeaf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Deploy
22
on:
33
push:
44
branches: [main]
5+
workflow_dispatch:
56
permissions:
67
contents: read
78
jobs:

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "github-tracker",
33
"version": "0.1.0",
44
"private": true,
5+
"packageManager": "pnpm@10.32.1",
56
"type": "module",
67
"scripts": {
78
"dev": "vite dev",

0 commit comments

Comments
 (0)