diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 468e7e6a61..10ef073e0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,5 @@ name: GitHub Actions Build and Deploy linux-command -on: [push, pull_request] +on: [push] jobs: build-and-deploy: runs-on: ubuntu-latest @@ -13,4 +13,4 @@ jobs: ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} BRANCH: gh-pages FOLDER: .deploy - BUILD_SCRIPT: npm install && npm run build \ No newline at end of file + BUILD_SCRIPT: npm install && npm run build