Skip to content

Commit

Permalink
ci: include child workflow in paths statement
Browse files Browse the repository at this point in the history
build-as-image.yml was missing, and hence builds were not triggered

Signed-off-by: Magnus Kulke <[email protected]>
  • Loading branch information
mkulke committed Nov 15, 2024
1 parent 421f87d commit ce09679
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/as-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ on:
paths:
- 'attestation-service/**'
- '.github/workflows/as-docker-build.yml'
- '.github/workflows/build-as-image.yml'
- 'Cargo.toml'
pull_request:
paths:
- 'attestation-service/**'
- '.github/workflows/as-docker-build.yml'
- '.github/workflows/build-as-image.yml'
- 'Cargo.toml'
create:

Expand Down

0 comments on commit ce09679

Please sign in to comment.