diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 085635c..4fa5e9b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,11 @@ name: Commit Checks run-name: ${{ github.ref }} - Commit Checks -on: push +on: + push: + branches: main + pull_request: + workflow_dispatch: permissions: contents: read