Skip to content

Commit 6bd9e6e

Browse files
Merge pull request #13 from lawrencerowland/codex/ensure-build-output-is-published-to-github-pages
Fix GitHub Pages trigger
2 parents da7731c + 989be3b commit 6bd9e6e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Deploy to GitHub Pages
22
on:
33
push:
4-
branches: ["**"]
4+
branches:
5+
- main
6+
workflow_dispatch:
57
permissions:
68
contents: read
79
pages: write

0 commit comments

Comments
 (0)