Skip to content

Commit

Permalink
review with mmatur
Browse files Browse the repository at this point in the history
  • Loading branch information
mloiseleur committed Jun 27, 2024
1 parent 530cb37 commit c8e655a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
branches:
- '*'
paths-ignore:
- 'docs/**'
- '**.md'

env:
GO_VERSION: '1.22'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test-unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
branches:
- '*'
paths-ignore:
- 'docs/**'
- '**.md'

env:
GO_VERSION: '1.22'
Expand Down

0 comments on commit c8e655a

Please sign in to comment.