Skip to content

Commit c177269

Browse files
authored
Merge pull request #12 from jcomte23/develop
hotfix: the workflow was updated
2 parents 0dd1bdf + a034787 commit c177269

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ name: Deploy Vite to GitHub Pages
55
on:
66
# Se ejecuta automáticamente cuando hay un push a la rama "main"
77
push:
8-
branches: ["main"]
8+
branches:
9+
- main
910
pull_request:
10-
branches: ["main"]
11+
branches:
12+
- main
1113

1214
# Permite ejecutar el workflow manualmente desde la pestaña Actions
1315
workflow_dispatch:

0 commit comments

Comments
 (0)