Skip to content

Commit

Permalink
fix: 모든 브랜치에서 action 돌도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
itsme-shawn committed Jan 13, 2024
1 parent 9d60aba commit 4f29796
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ name: CI
on:
push:
branches:
- feat/#10/infra-setup
- '*'
pull_request:
branches:
- main
- feat/#10/infra-setup
- '*'

jobs:
build:
Expand Down

0 comments on commit 4f29796

Please sign in to comment.