diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0c057a1f..10b7e81b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,11 +2,14 @@ name: CI # Controls when the action will run. on: - # Triggers the workflow on push or pull request events but only for the main branch + # Triggers the workflow on push or pull request events push: - branches: [main] + branches: + - main pull_request: - branches: [main] + types: + - opened + - reopened # Allows you to run this workflow manually from the Actions tab workflow_dispatch: