diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b51bac0..cdcca8a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,9 +2,13 @@ name: CI on: push: - branches: [main] + branches: ['**'] pull_request: branches: [main] + workflow_dispatch: + +permissions: + contents: read jobs: ci: