From d903d7b757a09636f8af5a3ab63b759508aa2658 Mon Sep 17 00:00:00 2001 From: Subeom Choi Date: Fri, 26 Apr 2024 02:27:02 +0900 Subject: [PATCH] document: fix yml syntax error --- readme.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/readme.md b/readme.md index db58598..946c113 100644 --- a/readme.md +++ b/readme.md @@ -11,15 +11,15 @@ A implementation of workflows of GitHub Actions to support using gitflow on GitH name: gitflow on: - pull_request: - types: - - opened - - synchronize - - reopened - - closed - branches: - - main - - develop + pull_request: + types: + - opened + - synchronize + - reopened + - closed + branches: + - main + - develop jobs: gitflow: