feature/* instead release/*
This commit is contained in:
2
.github/workflows/stage.yml
vendored
2
.github/workflows/stage.yml
vendored
@@ -2,7 +2,7 @@ name: Deploy to stage
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [hotfix/*, release/*]
|
||||
branches: [hotfix/*, feature/*]
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
|
||||
Reference in New Issue
Block a user