Skip to content

Commit b84c5aa

Browse files
committed
ci: permit manual deploys from main
We hadn't yet merged the monorepo PR that deactivates the old deploy [0] logic, so the two fought and the old mdbook site was deployed for a while. Let's add a config line so we can deploy directly from the web UI, and not have to push triggering commits, e.g. [1]. [0] penumbra-zone/penumbra#4751 [1] b329c69
1 parent b329c69 commit b84c5aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/firebase-hosting-merge.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
name: Deploy to Firebase Hosting on merge
77
on:
8+
# Permit manual deploys via GHA web UI.
9+
workflow_dispatch:
810
push:
911
branches:
1012
- main

0 commit comments

Comments
 (0)