Skip to content

Commit

Permalink
Merge pull request #178 from AthennaIO/develop
Browse files Browse the repository at this point in the history
fix(cd): remove on pull request main
  • Loading branch information
jlenon7 authored Feb 11, 2024
2 parents 23048dd + 499aeb1 commit 0b6264c
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 0b6264c

Please sign in to comment.