5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-07 07:06:56 +00:00

Add pull_request_target to build action (#129)

* Add pull_request_target to build action

* Remove pull_request from action

* Remove branch specification

* Update as per review
This commit is contained in:
Jason O'Donnell 2020-09-23 09:48:24 -04:00 committed by GitHub
parent b35ef16370
commit 307c9ae581
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,9 +2,8 @@ on:
push:
branches:
- master
pull_request:
branches:
- master
pull_request_target:
types: [opened, reopened, synchronize]
jobs:
build: