Skip to content

Commit

Permalink
Merge pull request #23 from ellisvalentiner/chore/fix-ci-on-pr-target
Browse files Browse the repository at this point in the history
chore(ci): fix CI use pull_request_target
  • Loading branch information
ellisvalentiner authored Jun 29, 2022
2 parents db269a0 + cc13522 commit 85d7f0f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: goreleaser

on:
pull_request:
pull_request_target:
branches:
- 'main'
push:

permissions:
Expand Down

0 comments on commit 85d7f0f

Please sign in to comment.