Skip to content

Commit db96aee

Browse files
committed
allow running deploy on dispatch
1 parent 2c8f900 commit db96aee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-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: [master]
5+
workflow_dispatch:
56
jobs:
67
build-and-deploy:
78
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)