diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0701e64..16c91077 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,11 +4,12 @@ on: push: branches: - main + - seun/relayer-docs # pull_request_target: # types: [opened, synchronize] - pull_request: - branches: - - main + # pull_request: + # branches: + # - main concurrency: group: ci-${{ github.head_ref || github.ref_name }}