Skip to content

Commit 2603e04

Browse files
committed
cahnges in automation.yml
1 parent 1bd25b4 commit 2603e04

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-build-cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Docker Build Cache
66

77
on:
88
push:
9-
branches: [develop]
9+
branches: [develop, new-docker-optimisation]
1010
paths-ignore:
1111
- "**.md"
1212
- "docs/**"

.github/workflows/pull_request_automation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build & Tests
33

44
on:
55
pull_request:
6-
branches: [master, develop]
6+
branches: [master, develop, new-docker-optimisation]
77
paths-ignore:
88
- "**.md"
99
- "docs/**"

0 commit comments

Comments
 (0)