Skip to content

Commit

Permalink
fix: auto build/deploy on push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzhoumo committed Jun 16, 2024
1 parent e3174e2 commit 76ea65c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Build and Deploy Pages

on:
# Runs on pushes targeting the default branch
push:
branches: [$default-branch]
branches: [main]

# Allow running this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 76ea65c

Please sign in to comment.