Skip to content

Commit bb6eab3

Browse files
committed
Add workflow_dispatch to Pages Workflow
1 parent c8b3650 commit bb6eab3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Deploy demo site
33
on:
44
push:
55
tags: ['v*'] # build and deploy the demo site on every release
6+
workflow_dispatch:
67

78
permissions:
89
pages: write

0 commit comments

Comments
 (0)