diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8d5763..73b7e74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,9 @@ name: CI # Controls when the action will run. -on: [push, pull_request] +on: + push: + pull_request: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: