Skip to content

Commit

Permalink
Fix 1
Browse files Browse the repository at this point in the history
  • Loading branch information
allevo committed Feb 21, 2024
1 parent 16a91cf commit 9bd4f72
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 @@ -2,7 +2,7 @@ name: CI

on:
push:
branches: ["main"]
branches: ["main", "fix/ci"]
pull_request:
types: [opened, synchronize]

Expand Down
2 changes: 1 addition & 1 deletion examples/e-commerce/src/components/header.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { CartBadge } from "../domains/cart/components/CartBadge";
import { UserType } from "../domains/user";
import { UserProfileBadge } from "../domains/user/components/UserProfileBadge";
import { UserLoggedEvent, UserLoggedOutEvent } from "../domains/user/events";
import classes from "./Header.module.css";
import classes from "./header.module.css";
import icon from "./icon.png";

export async function Header({
Expand Down

0 comments on commit 9bd4f72

Please sign in to comment.