diff --git a/.github/workflows/Branch-protection.yml b/.github/workflows/Branch-protection.yml index 0bfa6a4..c18d3a6 100644 --- a/.github/workflows/Branch-protection.yml +++ b/.github/workflows/Branch-protection.yml @@ -7,5 +7,5 @@ jobs: check-branch-protection: uses: Geode-solutions/actions/.github/workflows/branch-protection.yml@master with: - branch_from: 'develop' + branch_from: 'next' branch_to: 'master'