File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,9 +2,13 @@ name: Ensure SHA pinned actions
22
33on :
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
913jobs :
1014 harden_security :
Original file line number Diff line number Diff line change @@ -3,15 +3,17 @@ name: Script tests
33on :
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/**'
Original file line number Diff line number Diff line change @@ -2,12 +2,16 @@ name: Run unit tests
22
33on :
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/**'
You can’t perform that action at this time.
0 commit comments