From 6ad8bf0bb07bd369000da45b25dc958d934fa694 Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Fri, 3 Mar 2023 19:36:57 +0000 Subject: [PATCH] update ci actions --- .github/workflows/ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9df4cd86..893bede2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [ main ] + branches: [ master ] pull_request: - branches: [ main ] + branches: [ master ] jobs: merge-to-federated: @@ -15,10 +15,9 @@ jobs: uses: cpina/github-action-push-to-another-repository@main env: SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }} - API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} with: source-directory: '.' destination-github-username: 'ragestudio' destination-repository-name: 'comty-federated' user-email: srgooglo@ragestudio.net - target-branch: main + target-branch: master