Skip to content

build(deps): bump the avalonia group in /src with 6 updates (#150) #212

build(deps): bump the avalonia group in /src with 6 updates (#150)

build(deps): bump the avalonia group in /src with 6 updates (#150) #212

Workflow file for this run

name: 🚀 Pipeline
on:
push:
branches: ["**"]
defaults:
run:
working-directory: src
jobs:
test:
name: 🧪 Test
uses: ./.github/workflows/call-test.yml
release-please:
name: ✨ Release Please
needs: test
if: ${{ github.ref_name == 'main' }}
uses: ./.github/workflows/call-release-please.yml
secrets:
nuget_api_key: ${{ secrets.NUGET_API_KEY }}