Skip to content

Commit

Permalink
fix: branches 에 따옴표 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
itsme-shawn committed Jan 30, 2024
1 parent 9f70b9e commit bc8ed59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: CI
on:
push:
branches:
- main
- dev
- 'main'
- 'dev'

jobs:
build:
Expand Down

0 comments on commit bc8ed59

Please sign in to comment.