Skip to content

Commit

Permalink
(ci) path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 committed Dec 22, 2023
1 parent 0b69093 commit 7b865de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- '**/*.go'
- '**/*.mod'
- '**/*.sum'
- '**/*.yaml'
- '**/*.yml'
name: CI
jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- '**/*.go'
- '**/*.mod'
- '**/*.sum'
- '**/*.yaml'
- '**/*.yml'
name: CI
jobs:
test:
Expand Down

0 comments on commit 7b865de

Please sign in to comment.