Skip to content

Commit

Permalink
ci: fix split back and front pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
lwih committed Dec 21, 2023
1 parent 8bb9d69 commit 6f6c95b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ "main" ]

jobs:
build-and-test:
build-and-test-backend:
runs-on: ubuntu-latest

steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ "main" ]

jobs:
build-and-test:
build-and-test-frontend:
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 6f6c95b

Please sign in to comment.