Skip to content

Commit

Permalink
Merge pull request #8 from cyentific-rni/main
Browse files Browse the repository at this point in the history
Update deploy.yml

Removed the "pull request" trigger from the script.
This prevents new deployments to the GitHub pages from pull requests.
  • Loading branch information
mateusdz authored Feb 12, 2024
2 parents 08d96a4 + 3ee55ac commit 2dc4aa8
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/[email protected]
with:
folder: dist
branch: gh-pages
branch: gh-pages

0 comments on commit 2dc4aa8

Please sign in to comment.