diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b45363e9..dffdeb1a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,10 +1,9 @@ name: CI on: - push: - branches: [ main, develop ] pull_request: - branches: [ main, develop ] + branches: [main] + workflow_dispatch: permissions: contents: read