Merge pull request #1228 from dod-ccpo/ghost-on-protected-branches

Limit integration tests to only run on protected branches.
This commit is contained in:
dandds 2019-12-03 09:58:44 -05:00 committed by GitHub
commit 2ce88a09d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -293,6 +293,11 @@ workflows:
- integration-tests:
requires:
- docker-build
filters:
branches:
only:
- staging
- master
- deploy-staging:
requires:
- test