Skip to content

Commit

Permalink
fix: GHA 대상 브랜치명 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
BeMatthewsong committed Sep 5, 2024
1 parent e4f236a commit da66ae8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CD

on:
push:
branches: ['main']
branches: ['develop']

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: CI
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Lint
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop

jobs:
lint:
Expand Down

0 comments on commit da66ae8

Please sign in to comment.