Skip to content

Commit

Permalink
document: fix yml syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
0xWOF committed Apr 25, 2024
1 parent d8eade5 commit d903d7b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d903d7b

Please sign in to comment.