Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
Merge pull request #631 from textileio/asutula/cleanup-workflow-names
Browse files Browse the repository at this point in the history
Clean up workflow names
  • Loading branch information
asutula authored Oct 17, 2018
2 parents 33c84dd + 7f5df34 commit 2f7498b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ jobs:

workflows:
version: 2
lint-tests-android-ios:
dev:
jobs:
- lint:
filters:
Expand Down Expand Up @@ -517,6 +517,8 @@ workflows:
branches:
ignore:
- master
adhoc:
jobs:
- ios-adhoc:
filters:
branches:
Expand All @@ -527,6 +529,8 @@ workflows:
branches:
only:
- master
release:
jobs:
- ios-release:
filters:
tags:
Expand Down

0 comments on commit 2f7498b

Please sign in to comment.