Skip to content

Commit 2f65e57

Browse files
committed
ci: improve continuous deployment
1 parent e20c694 commit 2f65e57

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/continuous-deployment.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@ on:
55
branches:
66
- main
77
paths:
8-
- 'src/**'
9-
- '.github/workflows/continuous-deployment.yml'
10-
- 'README.md'
11-
- 'Dockerfile'
8+
- src/**
9+
- .github/workflows/continuous-deployment.yml
10+
- README.md
11+
- Dockerfile
1212
workflow_dispatch:
1313
inputs:
1414
skip-publish:
15-
description: 'Whether to skip publishing typings to NPM'
15+
description: Whether to skip publishing typings to NPM
1616
required: false
17+
type: boolean
1718

1819
jobs:
1920
Publish:

0 commit comments

Comments
 (0)