Skip to content

feat: Persistent android notification #1361

feat: Persistent android notification

feat: Persistent android notification #1361

Workflow file for this run

name: Build Api
on:
push:
branches-ignore: [main]
paths:
- backend/**
- .github/**
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
dotnet-version: 10.0.x
- name: Build
run: dotnet build
working-directory: ./backend/LiftLog.Api