Skip to content

Commit

Permalink
chore: change branch name from development to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Fingertips18 committed Jan 18, 2025
1 parent 5e7f739 commit c0fe9c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Backend - Build
on:
pull_request:
branches:
- development
- develop
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Backend Test
on:
pull_request:
branches:
- development
- develop

jobs:
test:
Expand Down

0 comments on commit c0fe9c1

Please sign in to comment.