Make pull-from-upstream react only to v2 tags
This commit is contained in:
parent
59c0bb6440
commit
dd7fc29288
@ -3,6 +3,9 @@ downstream_package_name: awscli2
|
|||||||
|
|
||||||
upstream_project_url: https://github.com/aws/aws-cli
|
upstream_project_url: https://github.com/aws/aws-cli
|
||||||
|
|
||||||
|
# react only to v2 tags
|
||||||
|
upstream_tag_include: "^2\..+"
|
||||||
|
|
||||||
specfile_path: awscli2.spec
|
specfile_path: awscli2.spec
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user