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

chore(build): re-enable builds on PR and restrict publish to master

This commit is contained in:
Richard Simpson 2020-01-09 10:45:52 -06:00
parent ab4dc55b2e
commit 7a9634236c
No known key found for this signature in database
GPG key ID: 0CECAF50D013D1E2

View file

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