From b1f7d63e232912b4e899e43a09649dc0e9a0c41b Mon Sep 17 00:00:00 2001 From: KwongTN <5886584+kwongtn@users.noreply.github.com> Date: Thu, 21 Nov 2024 05:24:48 +0000 Subject: [PATCH] Run CI on all branch pushes --- .github/workflows/ci-ffi-python.yml | 2 +- .github/workflows/ci-ffi-ruby.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-ffi-python.yml b/.github/workflows/ci-ffi-python.yml index 05909e2..413b06a 100644 --- a/.github/workflows/ci-ffi-python.yml +++ b/.github/workflows/ci-ffi-python.yml @@ -2,7 +2,7 @@ name: Python Package on: push: - branches: [ main ] + branches: pull_request: branches: [ main ] diff --git a/.github/workflows/ci-ffi-ruby.yml b/.github/workflows/ci-ffi-ruby.yml index c51b86f..87c5944 100644 --- a/.github/workflows/ci-ffi-ruby.yml +++ b/.github/workflows/ci-ffi-ruby.yml @@ -2,7 +2,7 @@ name: Ruby Package on: push: - branches: [main] + branches: pull_request: branches: [main]