You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2021/07/09 07:53:59 UTC

[camel-kameleon] branch main updated: chore: rename master to main in GitHub Actions

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

zregvart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kameleon.git


The following commit(s) were added to refs/heads/main by this push:
     new 6b1181d  chore: rename master to main in GitHub Actions
6b1181d is described below

commit 6b1181dd4bb20d6a534ba66d1e61e03a45723a6c
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Fri Jul 9 09:53:55 2021 +0200

    chore: rename master to main in GitHub Actions
---
 .github/workflows/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 6b116e3..8200a66 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -2,7 +2,7 @@ name: Build and deploy
 
 on:
   push:
-    branches: [ master ]
+    branches: [ main ]
   workflow_dispatch:
 
 jobs: