feature/* instead release/*

This commit is contained in:
2020-11-07 22:50:50 -03:00
parent db3f511d89
commit d0999142e2

View File

@@ -2,7 +2,7 @@ name: Deploy to stage
on:
push:
branches: [hotfix/*, release/*]
branches: [hotfix/*, feature/*]
jobs:
docker: