Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomper-TE authored Dec 13, 2023
1 parent 37e93f5 commit 7ac8aa3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
on: [pull_request]
on:
pull_request_target:
types:
- opened
- synchronize
- reopened
jobs:
goreleaser:
name: "Release"
Expand Down Expand Up @@ -52,4 +57,4 @@ jobs:
with:
go-version-file: 'go.mod'
cache: true
- run: go test -v -cover ./...
- run: go test -v -cover ./...

0 comments on commit 7ac8aa3

Please sign in to comment.