diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1e288ef..fbc2130 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,7 +1,7 @@ on: - push: - branches: - - master + push: + branches: + - master name: Deploy to Github Pages jobs: deploy: @@ -16,4 +16,4 @@ on: BRANCH: gh-pages FOLDER: out BUILD_SCRIPT: npm ci && npm run build - CNAME: slashdev.space \ No newline at end of file + CNAME: slashdev.space