5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-14 18:13:45 +00:00

Add workflow_dispatch for tests

This commit is contained in:
Tom Proctor 2022-04-26 14:30:06 +01:00
parent b904025b30
commit d6b8557194
No known key found for this signature in database
GPG key ID: 9AA1838744D16345

View file

@ -4,12 +4,13 @@ on:
- master
pull_request_target:
types: [opened, reopened, synchronize]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with: