Skip to content

Commit 66acc39

Browse files
authored
Setup CI on branch 25_2 (DevExpress#30298)
1 parent 9714ead commit 66acc39

17 files changed

+18
-25
lines changed

.github/workflows/build_all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
paths-ignore:
66
- 'apps/**/*.md'
77
push:
8-
branches: [25_1]
8+
branches: [25_2]
99

1010
jobs:
1111
build:

.github/workflows/codeql_scheduler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1313
strategy:
1414
matrix:
15-
branch: [ '23_1', '23_2', '24_1', '24_2', '25_1' ]
15+
branch: [ '23_2', '24_1', '24_2', '25_1', '25_2' ]
1616

1717
name: Run CodeQL workflow
1818
steps:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
paths-ignore:
1010
- 'apps/**/*.md'
1111
push:
12-
branches: [25_1]
12+
branches: [25_2]
1313

1414
env:
1515
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_TOKEN }}

.github/workflows/packages_publishing_scheduler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1313
strategy:
1414
matrix:
15-
branch: ['23_2', '24_1', '24_2', '25_1']
15+
branch: ['23_2', '24_1', '24_2', '25_1', '25_2']
1616

1717
name: Run Packages Publishing workflow
1818
steps:

.github/workflows/paths.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
paths-ignore:
1010
- 'apps/**/*.md'
1111
push:
12-
branches: [25_1]
12+
branches: [25_2]
1313

1414
env:
1515
MAX_LENGTH: 170

.github/workflows/playgrounds_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
paths-ignore:
1010
- 'apps/**/*.md'
1111
push:
12-
branches: [25_1]
12+
branches: [25_2]
1313

1414
env:
1515
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_TOKEN }}

.github/workflows/qunit_tests-additional-renovation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
paths-ignore:
1010
- 'apps/**/*.md'
1111
push:
12-
branches: [25_1]
12+
branches: [25_2]
1313

1414
env:
1515
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_TOKEN }}

.github/workflows/qunit_tests-renovation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
paths-ignore:
1010
- 'apps/**/*.md'
1111
push:
12-
branches: [25_1]
12+
branches: [25_2]
1313

1414
env:
1515
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_TOKEN }}

.github/workflows/renovation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
paths-ignore:
1010
- 'apps/**/*.md'
1111
push:
12-
branches: [25_1]
12+
branches: [25_2]
1313

1414
env:
1515
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_TOKEN }}

.github/workflows/styles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
paths-ignore:
1010
- 'apps/**/*.md'
1111
push:
12-
branches: [25_1]
12+
branches: [25_2]
1313

1414
env:
1515
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_TOKEN }}

0 commit comments

Comments
 (0)