Skip to content

Commit c97f77d

Browse files
committed
Add back requires and filters in deploy job
1 parent ebd1305 commit c97f77d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ workflows:
99
- heroku/deploy-via-git:
1010
post-steps:
1111
- run: heroku run python manage.py migrate
12+
requires:
13+
- build
14+
filters:
15+
branches:
16+
only: master
1217
jobs:
1318
build:
1419
docker:

0 commit comments

Comments
 (0)