Skip to content

Commit

Permalink
Update the workflow for checking changed go files
Browse files Browse the repository at this point in the history
Since, we changed the code structure, we need to change the workflow in
order to check the cmd and hops directories, for changed go files,
instead of the top directory in the repository.

Signed-off-by: Charalampos Mainas <[email protected]>
  • Loading branch information
cmainas committed Jan 15, 2025
1 parent 577b929 commit 40aecd6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
dockerfile:
- 'Dockerfile'
go:
- '*.go'
- 'cmd/*.go'
- 'hops/*.go'
- 'Makefile'
- '*.mod'
Expand Down

0 comments on commit 40aecd6

Please sign in to comment.