From d0999142e29ee3adcedc6757c559e4bfc66b71aa Mon Sep 17 00:00:00 2001 From: Michel Wilhelm Date: Sat, 7 Nov 2020 22:50:50 -0300 Subject: [PATCH] feature/* instead release/* --- .github/workflows/stage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stage.yml b/.github/workflows/stage.yml index 942794e..486e17e 100644 --- a/.github/workflows/stage.yml +++ b/.github/workflows/stage.yml @@ -2,7 +2,7 @@ name: Deploy to stage on: push: - branches: [hotfix/*, release/*] + branches: [hotfix/*, feature/*] jobs: docker: