Skip to content

Commit 7b3e4d3

Browse files
Toreburnclaude
andcommitted
Fix deploy workflow to trigger on master branch
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 52e5e31 commit 7b3e4d3

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
@@ -2,7 +2,7 @@ name: Deploy to GitHub Pages
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches: [ "master" ]
66
workflow_dispatch:
77

88
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages

0 commit comments

Comments
 (0)