diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2730846..6b66a25 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,6 +3,8 @@ name: Build and release latest on: push: branches: [ main ] + pull_request: + branches: [ main ] jobs: Deploy: