Skip to content

Commit dcabde6

Browse files
jamielyclaude
andcommitted
Update GitHub Actions workflow to use main branch
- Change trigger branch from master to main - Keep deployment condition for both master and main for compatibility 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 2c9f6c8 commit dcabde6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Build and Deploy
22

33
on:
44
push:
5-
branches: [ master, main ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ master, main ]
7+
branches: [ main ]
88

99
jobs:
1010
build-and-deploy:
@@ -51,4 +51,4 @@ jobs:
5151
with:
5252
github_token: ${{ secrets.GITHUB_TOKEN }}
5353
publish_dir: ./resources/public
54-
cname: false
54+
cname: false

0 commit comments

Comments
 (0)