Skip to content

Fine, only look for bellissima in the bellissima branch then πŸ˜… #63

Fine, only look for bellissima in the bellissima branch then πŸ˜…

Fine, only look for bellissima in the bellissima branch then πŸ˜… #63

Workflow file for this run

on:
push:
branches:
- main
- bellissima
pull_request:
branches:
- main
- bellissima
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build
run: dotnet build --configuration Release