diff --git a/.github/workflows/update-3x-branch.yml b/.github/workflows/update-3x-branch.yml deleted file mode 100644 index fe2861af..00000000 --- a/.github/workflows/update-3x-branch.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Update next major branch - -on: - push: - branches: - - master - -jobs: - run_action: - runs-on: ubuntu-latest - steps: - - name: Merge Follow Branch - uses: toysmoon/follow_branch@1.0.3 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - target-branch: 3.x - following-branch: master