Skip to content

Commit

Permalink
Fix filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Morten committed Jul 5, 2018
1 parent d2b825a commit 7ad87f9
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .circleci/config.yml
Expand Up @@ -3,11 +3,6 @@ aliases:
fingerprints:
- “ab:f2:26:09:86:b8:d3:28:be:bd:5b:86:7d:70:3e:ce”

- &filter-only-master
branches:
only:
- master

version: 2
jobs:
build:
Expand Down Expand Up @@ -70,6 +65,9 @@ workflows:
jobs:
- build
- deploy:
filters: *filter-master-only
filters:
branches:
only:
- master
requires:
- build

0 comments on commit 7ad87f9

Please sign in to comment.