Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Only build titus-sshd job on master, or branches containing 'sshd'
Browse files Browse the repository at this point in the history
  • Loading branch information
sargun committed Nov 12, 2018
1 parent e2d21f2 commit 0da22af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Expand Up @@ -56,6 +56,10 @@ jobs:
name: Push builder image
command: docker push titusoss/titus-ci-builder
titus-sshd:
branches:
only:
- master
- /.*ssh.*/
resource_class: xlarge
docker:
- image: docker:17.05.0-ce-git
Expand Down

0 comments on commit 0da22af

Please sign in to comment.