From 34c057d74f2b0add0bcff3f466843fe8e3dfaaac Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Tue, 14 Jan 2025 21:32:57 +0000 Subject: [PATCH] on push? --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 }}