Skip to content

Commit 74df02f

Browse files
committed
fix: update branch names in GitHub Actions workflow
1 parent e5c39c5 commit 74df02f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/prod-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Setup, Build and Publish to Prod
55
# Trigger the workflow on pushes to the production branch
66
on:
77
push:
8-
branches: [production]
8+
branches: [main]
99

1010
# Environment variables used across all jobs
1111
env:

0 commit comments

Comments
 (0)