Skip to content

Commit cb4833b

Browse files
Add workflow_dispatch trigger and fix path filter
Allows manual triggering via GitHub UI/CLI. Also adds the workflow file itself to the paths filter so changes to it re-trigger a deploy. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 47ba5ee commit cb4833b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy_pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
name: Deploy to GitHub Pages
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- main
78
paths:
89
- 'code_base/web-ui/**'
10+
- '.github/workflows/deploy_pages.yml'
911

1012
permissions:
1113
contents: write

0 commit comments

Comments
 (0)