mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-14 10:03:46 +00:00
Add pull_request_target to build action
This commit is contained in:
parent
952d5d48e4
commit
657a758472
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -5,6 +5,8 @@ on:
|
|||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
pull_request_target:
|
||||
types: [opened, closed, reopened]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Reference in a new issue