We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d86aca3 commit 8a30103Copy full SHA for 8a30103
.github/workflows/deploy.yml
@@ -6,6 +6,8 @@ on:
6
# Se ejecuta automáticamente cuando hay un push a la rama "main"
7
push:
8
branches: ["main"]
9
+ pull_request:
10
+ branches: ["main"]
11
12
# Permite ejecutar el workflow manualmente desde la pestaña Actions
13
workflow_dispatch:
0 commit comments