User: joe Date: 07 Mar 24 19:57 Revision: fec33ccf69730c46bc67957395fe01deeb14df6e Summary: Only check PR target branch for the version branches TeamCity URL: https://ci.mcdev.io/viewModification.html?tab=vcsModificationFiles&modId=9174&personal=false Index: .github/workflows/pr_check_target_branch.yml =================================================================== --- .github/workflows/pr_check_target_branch.yml (revision 7de1ac9bd3ce5d5a8e5aa661afb33b42891eef19) +++ .github/workflows/pr_check_target_branch.yml (revision fec33ccf69730c46bc67957395fe01deeb14df6e) @@ -13,7 +13,7 @@ env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - target: /\b(?!dev\b).*?\b/ + target: /\d+\.\d/ exclude: dev change-to: dev already-exists-action: nothing