diff options
| author | Fuwn <[email protected]> | 2021-04-06 20:14:57 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-06 20:14:57 -0700 |
| commit | 648997799cc50f54f00763e38919c29c8fd91766 (patch) | |
| tree | 7164248d59d13fc5d729e95298a443da73be8ec6 | |
| parent | fix: Remove redundant entries (diff) | |
| download | site-648997799cc50f54f00763e38919c29c8fd91766.tar.xz site-648997799cc50f54f00763e38919c29c8fd91766.zip | |
fix: Branch
| -rw-r--r-- | .github/workflows/deploy.yml | 2 |
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 |