5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-09 16:16:55 +00:00

Merge branch 'master' into pr/10

This commit is contained in:
Richard Simpson 2020-01-14 20:14:48 -06:00
commit 0fb9cd6253

View file

@ -1,4 +1,8 @@
on: [push]
on:
push:
branches:
- master
pull_request:
jobs:
build:
@ -119,6 +123,7 @@ jobs:
run: npm run test:e2e
publish:
if: github.event_name == 'push' && contains(github.ref, 'master')
runs-on: ubuntu-latest
needs: [build, integration, e2e]
steps: