fix: limit deploy step execution for master
* run notifications on PR and any branch
This commit is contained in:
parent
daabf1ecf0
commit
8f60d4c515
@ -48,6 +48,8 @@ steps:
|
|||||||
when:
|
when:
|
||||||
status:
|
status:
|
||||||
- success
|
- success
|
||||||
|
branch:
|
||||||
|
- master
|
||||||
depends_on:
|
depends_on:
|
||||||
- hugo-extended
|
- hugo-extended
|
||||||
environment:
|
environment:
|
||||||
@ -77,9 +79,10 @@ clone:
|
|||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
- "dev*"
|
- "*"
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
|
- pull_request
|
||||||
- tag
|
- tag
|
||||||
status:
|
status:
|
||||||
- success
|
- success
|
||||||
|
Loading…
Reference in New Issue
Block a user