update
adding the develop-2.0.0 branch to triggers and conventional pr.
This commit is contained in:
Родитель
b9fe0d2048
Коммит
77aa22e166
|
@ -3,6 +3,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- develop
|
||||
- develop-2.0.0
|
||||
jobs:
|
||||
autoupdate:
|
||||
name: auto-update
|
||||
|
|
|
@ -5,6 +5,7 @@ on:
|
|||
pull_request:
|
||||
branches:
|
||||
- develop
|
||||
- develop-2.0.0
|
||||
|
||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||
jobs:
|
||||
|
|
|
@ -62,6 +62,7 @@ pull_request_trigger:
|
|||
only:
|
||||
- "master"
|
||||
- "develop"
|
||||
- "develop-2.0.0"
|
||||
- "/release\/.*/"
|
||||
|
||||
# Currently, we need to have a trigger to updated badges
|
||||
|
|
Загрузка…
Ссылка в новой задаче