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