diff --git a/.github/workflows/ci.yml.example b/.github/workflows/ci.yml.example index 96863f6e..a7d68d77 100644 --- a/.github/workflows/ci.yml.example +++ b/.github/workflows/ci.yml.example @@ -4,12 +4,11 @@ env: DOTENV_CONFIG_PATH: "./.env.example" on: + workflow_dispatch: pull_request: - branches: - - "main" push: branches: - - "main" + - main jobs: ci: