Skip to content

Commit 0c70ae3

Browse files
chore: add develop 2.0.0 to triggers and conventional pr (#2861)
* update adding the develop-2.0.0 branch to triggers and conventional pr. * Revert "update" This reverts commit 77aa22e. * update adding develop-2.0.0 to conventional PR * update adding to auto update * Update autoupdate.yaml
1 parent b9fe0d2 commit 0c70ae3

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/autoupdate.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- develop
6+
- develop-2.0.0
67
jobs:
78
autoupdate:
89
name: auto-update

.github/workflows/conventional-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66
branches:
77
- develop
8-
8+
- develop-2.0.0
99
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1010
jobs:
1111
# This workflow contains a single job called "build"

.yamato/_triggers.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ pull_request_trigger:
6262
only:
6363
- "master"
6464
- "develop"
65+
- "develop-2.0.0"
6566
- "/release\/.*/"
6667

6768
# Currently, we need to have a trigger to updated badges

0 commit comments

Comments
 (0)