Deploy from the prod branch, not master

This commit is contained in:
Ophir LOJKINE 2020-04-15 14:45:22 +02:00
parent c29bab394a
commit a0a5d83aa3

View file

@ -2,7 +2,7 @@ name: Continuous Deployment
on:
push:
branches: [ master ]
branches: [ prod ]
jobs:
build: