Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
Run the build in the backend directory
Browse files Browse the repository at this point in the history
  • Loading branch information
tanettrimas committed Oct 28, 2023
1 parent 41c6126 commit bd95c7a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@ on:
push:
branches:
- main
paths:
- backend
jobs:
build:
build-backend:
defaults:
run:
working-directory: backend
name: Build the application
runs-on: ubuntu-22.04
concurrency:
Expand Down

0 comments on commit bd95c7a

Please sign in to comment.