Skip to content

Commit

Permalink
Build dev branch. (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
Utar94 authored Dec 25, 2024
1 parent dba7810 commit 00d13c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/backend-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ name: Build & Test Portal Backend
on:
push:
branches:
- dev
- main
paths:
- 'backend/**'
pull_request:
branches:
- dev
- main
paths:
- 'backend/**'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/frontend-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ name: Build & Test Portal Frontend
on:
push:
branches:
- dev
- main
paths:
- 'frontend/**'
pull_request:
branches:
- dev
- main
paths:
- 'frontend/**'
Expand Down

0 comments on commit 00d13c4

Please sign in to comment.