Skip to content

Commit 04a24eb

Browse files
author
Sven Ulrich
committed
checkout if filters work
1 parent 61fe7c1 commit 04a24eb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@ workflows:
4141
version: 2.1
4242
build-and-deploy:
4343
jobs:
44-
- build
44+
- build:
45+
filters:
46+
branches:
47+
only: master
4548
- test:
4649
filters:
4750
branches:

0 commit comments

Comments
 (0)