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

View File

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