Skip to content

Commit 689922f

Browse files
authored
Update gh-pages.yml
Enable manually running the workflow
1 parent 1f669b5 commit 689922f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches:
66
- main # Set a branch to deploy
77
pull_request:
8+
branches:
9+
- main
10+
workflow_dispatch:
811

912
jobs:
1013
deploy:
@@ -33,4 +36,4 @@ jobs:
3336
with:
3437
github_token: ${{ secrets.GITHUB_TOKEN }}
3538
publish_dir: ./public
36-
cname: protobuf.dev
39+
cname: protobuf.dev

0 commit comments

Comments
 (0)