Skip to content

Commit b9e5d13

Browse files
committed
Allow for other version branches
1 parent ed939b5 commit b9e5d13

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ShaCheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
push:
55
branches:
66
- 'master'
7-
- 'version/10.24'
7+
- 'version/*'
88
pull_request:
99
branches:
1010
- 'master'
11-
- 'version/10.24'
11+
- 'version/*'
1212

1313
jobs:
1414
harden_security:

.github/workflows/TestPWTCommands.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- 'master'
7-
- 'version/10.24'
7+
- 'version/*'
88
paths:
99
- 'pnpm-lock.yaml'
1010
- 'packages/generator-widget/**'
@@ -13,7 +13,7 @@ on:
1313
pull_request:
1414
branches:
1515
- 'master'
16-
- 'version/10.24'
16+
- 'version/*'
1717
paths:
1818
- 'pnpm-lock.yaml'
1919
- 'packages/generator-widget/**'

.github/workflows/UnitTests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ on:
44
push:
55
branches:
66
- 'master'
7-
- 'version/10.24'
7+
- 'version/*'
88
paths:
99
- 'pnpm-lock.yaml'
1010
- 'packages/**'
1111
pull_request:
1212
branches:
1313
- 'master'
14-
- 'version/10.24'
14+
- 'version/*'
1515
paths:
1616
- 'pnpm-lock.yaml'
1717
- 'packages/**'

0 commit comments

Comments
 (0)