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