Make pull-from-upstream react only to v2 tags

This commit is contained in:
Nikola Forró 2023-08-14 15:16:03 +02:00
parent 59c0bb6440
commit dd7fc29288

View File

@ -3,6 +3,9 @@ downstream_package_name: awscli2
upstream_project_url: https://github.com/aws/aws-cli
# react only to v2 tags
upstream_tag_include: "^2\..+"
specfile_path: awscli2.spec
jobs: