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