diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ac09e0..4377fee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,8 @@ --- name: CI on: - push: + workflow_dispatch: + pull_request: env: VAULT_PASSWORD: "${{ secrets.VAULT_PASSWORD }}"