modifying the workflow should trigger rebuild (#5557)

This commit is contained in:
Dave Protasowski 2023-05-09 12:26:00 -04:00 committed by GitHub
parent 0ddda9a638
commit 1bfc351dce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ on:
- "code-samples/serving/hello-world/helloworld-go/**" - "code-samples/serving/hello-world/helloworld-go/**"
- "docs/serving/autoscaling/autoscale-go/**" - "docs/serving/autoscaling/autoscale-go/**"
- "hack/docker/**" - "hack/docker/**"
- ".github/workflows/knative-docs-image.yaml"
jobs: jobs:
build-and-push-image: build-and-push-image: