Skip to content

Commit bb9ef91

Browse files
authored
Merge pull request #206 from akeneo/API-1692-add-after_merge-workflow
CI: Run master after merge
2 parents 1380552 + b55c477 commit bb9ef91

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.circleci/config.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,20 @@ workflows:
6060
- test_php
6161
- test_php_code_style
6262

63+
after_merge:
64+
jobs:
65+
- build:
66+
filters:
67+
branches:
68+
only:
69+
- master
70+
- test_php:
71+
requires:
72+
- build
73+
- test_php_code_style:
74+
requires:
75+
- build
76+
6377
nightly:
6478
when:
6579
and:

0 commit comments

Comments
 (0)