Update triggers to prevent tarball CI from running on 6.0.3xx and 6.0.4xx (#14922)

This commit is contained in:
Michael Simons 2022-11-08 11:13:26 -06:00 committed by GitHub
parent 6b20a1eae0
commit 1c49699041
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,11 @@ resources:
- main
- release/*
- internal/release/*
exclude:
- release/6.0.3xx
- internal/release/6.0.3xx
- release/6.0.4xx
- internal/release/6.0.4xx
stages:
- build