diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 965c264..f82e771 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -2,7 +2,8 @@ name: Deploy DeFlock Backend on: push: - branches: [master] + branches: [static-site] + # TODO: change to master after testing jobs: deploy: