Skip to content

Commit

Permalink
fix(cd): remove on pull request main
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Feb 11, 2024
1 parent 21cea04 commit 499aeb1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
deploy:
Expand All @@ -31,4 +28,4 @@ jobs:
publish_dir: ./build
publish_branch: ghpages
user_name: github-actions[bot]
user_email: 41898282+github-actions[bot]@users.noreply.github.com
user_email: 41898282+github-actions[bot]@users.noreply.github.com

0 comments on commit 499aeb1

Please sign in to comment.