Skip to content

Commit

Permalink
style(build): run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
danshilm committed Jan 26, 2023
1 parent 33daab0 commit cbc078a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Overseerr CI
on:
pull_request:
branches:
- "*"
- '*'
push:
branches:
- develop
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Overseerr Preview
on:
push:
tags:
- "preview-*"
- 'preview-*'

jobs:
build_and_push:
Expand Down

0 comments on commit cbc078a

Please sign in to comment.