Skip to content

Commit 7e34827

Browse files
committed
Added branch to github workflows
1 parent 68fcfdd commit 7e34827

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

‎.github/workflows/autoupdate.yaml‎

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

‎.github/workflows/conventional-pr.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
branches:
77
- develop
88
- develop-2.0.0
9+
- develop-3.x.x
910
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1011
jobs:
1112
# This workflow contains a single job called "build"

‎.github/workflows/pr-description-validation.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
branches:
1515
- develop
1616
- develop-2.0.0
17+
- develop-3.x.x
1718
- release/*
1819

1920
jobs:

0 commit comments

Comments
 (0)