Skip to content

Commit

Permalink
ci: Deploy backend always
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Oct 24, 2023
1 parent 49ffec6 commit 17572cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ on:
- master
tags:
- v*
paths:
- 'backend/**'
# TODO the backend needs to be deployed every time because it contains the version number
# paths:
# - 'backend/**'

jobs:
backend:
Expand Down

0 comments on commit 17572cd

Please sign in to comment.