Skip to content

Commit c2c9559

Browse files
committed
Update deploy.yml
Updated GH pages deploy workflow to allow manual runs
1 parent 5cd638f commit c2c9559

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: Deploy to GitHub Pages
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
6-
- main
7+
- 2026-categories
78

89
jobs:
910
deploy:

0 commit comments

Comments
 (0)