Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
franciszek-szeptycki committed Apr 5, 2024
1 parent 4171688 commit 22b4e2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
push:
branches: develop
branches: main

name: AWS ECR push

Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/HeroSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ const HeroSection = () => {
);
}

export default HeroSection;
export default HeroSection;

0 comments on commit 22b4e2f

Please sign in to comment.