Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
Removed the "pull request" trigger from the script.
  • Loading branch information
cyentific-op authored Feb 12, 2024
1 parent 08d96a4 commit 3ee55ac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Build and Deploy
on:
push:
branches: ['main']
pull_request:
branches: ['main']

jobs:
build-and-deploy:
Expand Down Expand Up @@ -33,4 +31,4 @@ jobs:
uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
folder: dist
branch: gh-pages
branch: gh-pages

0 comments on commit 3ee55ac

Please sign in to comment.