Skip to content

Commit

Permalink
Fix paths in worflows for image-autobumper
Browse files Browse the repository at this point in the history
  • Loading branch information
KacperMalachowski committed Oct 18, 2024
1 parent a575442 commit 88026b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull-build-image-autobumper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- 'cmd/image-autobumper/**'
- "go.mod"
- "go.sum"
- "pkg/**"

jobs:
build-image:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/push-build-image-autobumper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- 'cmd/image-autobumper/**'
- 'go.mod'
- 'go.sum'
- "pkg/**"
workflow_dispatch: {}

jobs:
Expand Down

0 comments on commit 88026b7

Please sign in to comment.