Browse Source

ci: add weed/pb/** to S3 IAM test trigger paths

pull/8560/head
Chris Lu 1 day ago
parent
commit
ef1b2c3cb2
  1. 2
      .github/workflows/s3-iam-tests.yml

2
.github/workflows/s3-iam-tests.yml

@ -6,6 +6,7 @@ on:
- 'weed/iam/**'
- 'weed/s3api/**'
- 'weed/credential/**'
- 'weed/pb/**'
- 'test/s3/iam/**'
- '.github/workflows/s3-iam-tests.yml'
push:
@ -14,6 +15,7 @@ on:
- 'weed/iam/**'
- 'weed/s3api/**'
- 'weed/credential/**'
- 'weed/pb/**'
- 'test/s3/iam/**'
- '.github/workflows/s3-iam-tests.yml'

Loading…
Cancel
Save