feat: circleci automation on master only.

This commit is contained in:
Ahmed Bouhuolia
2021-09-21 21:08:53 +02:00
committed by GitHub
parent 61adff8532
commit 8864e89674

View File

@@ -7,7 +7,9 @@ jobs:
working_directory: ~/app
docker:
- image: docker:17.05.0-ce-git
branches:
only:
- master
steps:
- checkout:
path: ~/app