Skip to content

Commit da7731c

Browse files
Merge pull request #12 from lawrencerowland/codex/fix-missing-main-page-display
Run deploy workflow on every push
2 parents 5462313 + 79902a1 commit da7731c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Deploy to GitHub Pages
22
on:
33
push:
4-
branches: [main]
4+
branches: ["**"]
55
permissions:
66
contents: read
77
pages: write

0 commit comments

Comments
 (0)