You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by lh...@apache.org on 2022/09/09 20:32:35 UTC

[pulsar-client-reactive] branch main updated: Set branch to main in GitHub Actions ci workflow

This is an automated email from the ASF dual-hosted git repository.

lhotari pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-client-reactive.git


The following commit(s) were added to refs/heads/main by this push:
     new e70f70a  Set branch to main in GitHub Actions ci workflow
e70f70a is described below

commit e70f70a5228b74b8d13ed1bce97bfcf155b25f27
Author: Lari Hotari <lh...@apache.org>
AuthorDate: Fri Sep 9 23:29:35 2022 +0300

    Set branch to main in GitHub Actions ci workflow
---
 .github/workflows/ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f476193..9f433c7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -2,9 +2,9 @@ name: CI build
 
 on:
   push:
-    branches: [ master ]
+    branches: [ main ]
   pull_request:
-    branches: [ master ]
+    branches: [ main ]
 
 jobs:
   build: