From ba7d233b4735490f865cde8b65b8a253c9a94fc6 Mon Sep 17 00:00:00 2001 From: Sonya Pinero Date: Thu, 28 Sep 2023 13:12:06 -0400 Subject: [PATCH] remove update branches --- .github/workflows/update-branches.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/update-branches.yml diff --git a/.github/workflows/update-branches.yml b/.github/workflows/update-branches.yml deleted file mode 100644 index 3f1c7f3..0000000 --- a/.github/workflows/update-branches.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Sync multiple branches -on: - push: - branches: - - 'main' -jobs: - sync-branch: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@main - - - name: Merge main -> preprod - uses: devmasx/merge-branch@v1.3.1 - with: - type: now - from_branch: main - target_branch: preprod - github_token: ${{ github.token }} \ No newline at end of file