diff --git a/.github/workflows/manifest-PR.yml b/.github/workflows/manifest-PR.yml index a871aa381de..c593fbaf5ae 100644 --- a/.github/workflows/manifest-PR.yml +++ b/.github/workflows/manifest-PR.yml @@ -3,7 +3,7 @@ on: pull_request_target: types: [opened, synchronize, closed] branches: - - main + - v4.0.99-ncs1-branch jobs: @@ -15,3 +15,4 @@ jobs: with: token: ${{ secrets.NCS_GITHUB_TOKEN }} manifest-pr-title-details: ${{ github.event.pull_request.title }} + base-branch: v3.0-branch