Skip to content

Commit

Permalink
Add go mod files to GH workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
DharmitD committed Jan 31, 2024
1 parent 8a55cce commit c24a120
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-prs-trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Trigger build images for PRs
on:
pull_request:
paths:
- go.mod
- go.sum
- controllers/**
- api/**
- config/**
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/kind-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
workflow_dispatch:
pull_request:
paths:
- go.mod
- go.sum
- controllers/**
- api/**
- config/**
Expand Down

0 comments on commit c24a120

Please sign in to comment.