Skip to content

Commit 7740a6b

Browse files
author
David Bernabeu Ferrer
committed
Añadimos integracion con pushes a main
1 parent f6ca651 commit 7740a6b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/federated-catalog.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Build and Publish Federated Catalog Image (Main)
33
on:
44
push:
55
branches:
6+
- "main"
67
- "feature/deployment"
78
paths:
89
- 'federated-catalog/**'

.github/workflows/provider-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Build and Publish Provider Image (Main)
33
on:
44
push:
55
branches:
6+
- "main"
67
- "feature/deployment"
78
paths:
89
- 'providers/provider/src/**'

0 commit comments

Comments
 (0)