Skip to content

Commit 9ad8873

Browse files
committed
Run workflows for version/10.24 branch
1 parent 476d20e commit 9ad8873

3 files changed

Lines changed: 16 additions & 6 deletions

File tree

.github/workflows/ShaCheck.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@ name: Ensure SHA pinned actions
22

33
on:
44
push:
5-
branches: [master]
5+
branches:
6+
- 'master'
7+
- 'version/10.24'
68
pull_request:
7-
branches: [master]
9+
branches:
10+
- 'master'
11+
- 'version/10.24'
812

913
jobs:
1014
harden_security:

.github/workflows/TestPWTCommands.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,17 @@ name: Script tests
33
on:
44
push:
55
branches:
6-
- master
6+
- 'master'
7+
- 'version/10.24'
78
paths:
89
- 'pnpm-lock.yaml'
910
- 'packages/generator-widget/**'
1011
- 'packages/pluggable-widgets-tools/**'
1112
- 'packages/command-tests/**'
1213
pull_request:
1314
branches:
14-
- master
15+
- 'master'
16+
- 'version/10.24'
1517
paths:
1618
- 'pnpm-lock.yaml'
1719
- 'packages/generator-widget/**'

.github/workflows/UnitTests.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@ name: Run unit tests
22

33
on:
44
push:
5-
branches: [master]
5+
branches:
6+
- 'master'
7+
- 'version/10.24'
68
paths:
79
- 'pnpm-lock.yaml'
810
- 'packages/**'
911
pull_request:
10-
branches: [master]
12+
branches:
13+
- 'master'
14+
- 'version/10.24'
1115
paths:
1216
- 'pnpm-lock.yaml'
1317
- 'packages/**'

0 commit comments

Comments
 (0)