Skip to content

Commit 00b9169

Browse files
fix: correct workflow_dispatch trigger indentation in main workflow.
1 parent 8b66037 commit 00b9169

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches:
88
- main # Se ejecuta en push a la rama main
99
- feature/** # Se ejecuta en push a cualquier rama que empiece con feature/
10-
workflow_dispatch:
10+
workflow_dispatch:
1111
# Permisos necesarios para el workflow
1212
permissions:
1313
contents: write

0 commit comments

Comments
 (0)