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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [hotfix/*, release/*]
|
branches: [hotfix/*, feature/*]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
|
|||||||
Reference in New Issue
Block a user