Skip to content

Commit

Permalink
fix(apps/prod/tekton/configs/triggers): fix trigger git-push-pingcap-…
Browse files Browse the repository at this point in the history
…tidb-enterprise-without-plugins (#1244)

Signed-off-by: wuhuizuo <wuhuizuo@126.com>

Signed-off-by: wuhuizuo <wuhuizuo@126.com>
  • Loading branch information
wuhuizuo authored Sep 3, 2024
1 parent 75f4c96 commit 82ecf7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ spec:
&&
body.repository.name == 'tidb'
&&
body.ref.matches('^refs/heads/(feature/release-[0-9]+[.][0-9]+-.*)$')
body.ref.matches('^refs/heads/(feature/release-[7-9]+[.][0-9]+-.*)$')
bindings:
- ref: github-branch-push
Expand Down

0 comments on commit 82ecf7a

Please sign in to comment.