Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re authored Feb 12, 2024
1 parent ab3c191 commit fcd70b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async function run(): Promise<void> {

// On push to default branch, push to Astro Studio
if (eventName === 'push' && payload.ref === `refs/heads/${payload.repository?.default_branch ?? 'main'}`) {
await push();
await push();
return;
}

Expand Down

0 comments on commit fcd70b2

Please sign in to comment.