ci: deploy api on changes

This commit is contained in:
taskylizard 2024-08-29 11:50:23 +00:00
parent 3c0db10487
commit 9589cd07ec
No known key found for this signature in database
GPG key ID: 1820131ED1A24120

View file

@ -1,13 +1,19 @@
name: Deploy API
# Only run this workflow when the API directory changes
on:
push:
paths:
- 'api/**'
branches:
- main
workflow_dispatch:
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
ci:
name: Release
name: Build and Deploy
runs-on: ubuntu-latest
strategy:
matrix: