Skip to content

Commit 782e094

Browse files
committed
Use workflows syntax
1 parent 0d92e3a commit 782e094

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.circleci/config.yml

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
version: 2.1
22

3+
workflows:
4+
main:
5+
jobs:
6+
- build:
7+
filters:
8+
branches:
9+
only:
10+
- master
11+
- build-v2
12+
313
jobs:
414
build:
5-
branches:
6-
only:
7-
- "master"
8-
- "build-v2"
915
docker:
1016
- image: circleci/php:7.2
1117
steps:

0 commit comments

Comments
 (0)