Skip to content

Commit 8a30103

Browse files
committed
Fix: yml file was updated
1 parent d86aca3 commit 8a30103

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
# Se ejecuta automáticamente cuando hay un push a la rama "main"
77
push:
88
branches: ["main"]
9+
pull_request:
10+
branches: ["main"]
911

1012
# Permite ejecutar el workflow manualmente desde la pestaña Actions
1113
workflow_dispatch:

0 commit comments

Comments
 (0)