Skip to content

Commit 61d503a

Browse files
authored
Merge pull request #134 from protocolbuffers/enable-manual-workflow-triggers
Update gh-pages.yml
2 parents 1f669b5 + 689922f commit 61d503a

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)