aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-04-06 20:14:57 -0700
committerGitHub <[email protected]>2021-04-06 20:14:57 -0700
commit648997799cc50f54f00763e38919c29c8fd91766 (patch)
tree7164248d59d13fc5d729e95298a443da73be8ec6
parentfix: Remove redundant entries (diff)
downloadsite-648997799cc50f54f00763e38919c29c8fd91766.tar.xz
site-648997799cc50f54f00763e38919c29c8fd91766.zip
fix: Branch
-rw-r--r--.github/workflows/deploy.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 35200c3..91d7e71 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -2,7 +2,7 @@ name: Deploy
on:
push:
branches:
- - master
+ - main
jobs:
build-and-deploy:
runs-on: ubuntu-latest