Skip to content

Commit

Permalink
fix: add workflow to workflow run
Browse files Browse the repository at this point in the history
  • Loading branch information
notdodo committed Apr 12, 2024
1 parent 8bcb5d9 commit ff28d11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ on:
- "**.go"
- "go.mod"
- "go.sum"
- ".github/workflows/golangci.yml"
pull_request:
paths:
- "**.go"
- "go.mod"
- "go.sum"
- ".github/workflows/golangci.yml"

concurrency:
group: nuvola-ci-${{ github.ref }}
Expand Down

0 comments on commit ff28d11

Please sign in to comment.