Skip to content

Commit f5a6a6a

Browse files
author
Sergio García Prado
committed
ISSUE #?
* Improve GitHub Workflows config.
1 parent 1f34424 commit f5a6a6a

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

.github/workflows/minos-microservice-aggregate-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- '*.*.x'
78
pull_request:
89
paths:
910
- 'packages/core/minos-microservice-aggregate/**'

.github/workflows/minos-microservice-common-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- '*.*.x'
78
pull_request:
89
paths:
910
- 'packages/core/minos-microservice-common/**'

.github/workflows/minos-microservice-cqrs-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- '*.*.x'
78
pull_request:
89
paths:
910
- 'packages/core/minos-microservice-cqrs/**'

.github/workflows/minos-microservice-networks-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- '*.*.x'
78
pull_request:
89
paths:
910
- 'packages/core/minos-microservice-networks/**'

.github/workflows/minos-microservice-saga-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- '*.*.x'
78
pull_request:
89
paths:
910
- 'packages/core/minos-microservice-saga/**'

0 commit comments

Comments
 (0)