Skip to content

Commit

Permalink
Merge pull request #163 from kevincobain2000/feature/refactoring-0812…
Browse files Browse the repository at this point in the history
…2023-ci

should see yml and not yaml
  • Loading branch information
kevincobain2000 authored Dec 9, 2023
2 parents 2ec9e92 + 2a83bea commit 34e5862
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
- '**/*.go'
- '**/*.mod'
- '**/*.sum'
- '**/*.yml'

name: "Build"
jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coveritup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ on:
- '**/*.go'
- '**/*.mod'
- '**/*.sum'
- '**/*.yaml'
- '**/*.yml'
push:
paths:
- '**/*.go'
- '**/*.mod'
- '**/*.sum'
- '**/*.yaml'
- '**/*.yml'

name: "Cover It Up"
jobs:
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: "Go test"
jobs:
Expand Down

0 comments on commit 34e5862

Please sign in to comment.