diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 91a1e34..ccbd2d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,9 @@ name: Publish Application on GitHub Pages -on: [push, pull_request] +on: + push: + branches: + - main + jobs: # Build job build: @@ -48,4 +52,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 \ No newline at end of file + uses: actions/deploy-pages@v4