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:
|
||||
status:
|
||||
- success
|
||||
branch:
|
||||
- master
|
||||
depends_on:
|
||||
- hugo-extended
|
||||
environment:
|
||||
@ -77,9 +79,10 @@ clone:
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
||||
- "dev*"
|
||||
- "*"
|
||||
event:
|
||||
- push
|
||||
- pull_request
|
||||
- tag
|
||||
status:
|
||||
- success
|
||||
|
Loading…
Reference in New Issue
Block a user