Skip to content

Commit

Permalink
Merge pull request #2320 from CrowleyRajapakse/new-main9
Browse files Browse the repository at this point in the history
Adding common go libs path to watch for trigger releases
  • Loading branch information
CrowleyRajapakse authored Apr 8, 2024
2 parents 1a60104 + 2af25f8 commit 4e7c39a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/adapter-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ on:
- closed
paths:
- '**/adapter/**'
- '**/common-go-libs/**'
branches:
- 'main'
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/common-controller-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ on:
- closed
paths:
- '**/common-controller/**'
- '**/common-go-libs/**'
branches:
- 'main'
env:
Expand Down

0 comments on commit 4e7c39a

Please sign in to comment.