From 269d6d613b3b1215a71b116c8571dbffb870ab86 Mon Sep 17 00:00:00 2001 From: Barber0 Date: Fri, 23 Feb 2024 03:35:05 +0000 Subject: [PATCH] fix: correct syntax error in ci definition --- .github/workflows/aspect-test.yaml | 4 +++- .github/workflows/jsonrpc-test.yaml | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/aspect-test.yaml b/.github/workflows/aspect-test.yaml index 75d28231..cf7db086 100644 --- a/.github/workflows/aspect-test.yaml +++ b/.github/workflows/aspect-test.yaml @@ -13,7 +13,9 @@ on: branches: [ ci_test ] repository_dispatch: types: [ trigger-action ] - branches: [ main ] + branches: + - main + - ci_test jobs: test-job: diff --git a/.github/workflows/jsonrpc-test.yaml b/.github/workflows/jsonrpc-test.yaml index acdba39d..f7a08970 100644 --- a/.github/workflows/jsonrpc-test.yaml +++ b/.github/workflows/jsonrpc-test.yaml @@ -11,6 +11,9 @@ on: branches: [ ci_test ] repository_dispatch: types: [ trigger-action ] + branches: + - main + - ci_test jobs: test-job: