Skip to content

Docker(deps): Bump dotnet/sdk from 8.0.402 to 8.0.403 in /Izzy-Moonbot #44

Docker(deps): Bump dotnet/sdk from 8.0.402 to 8.0.403 in /Izzy-Moonbot

Docker(deps): Bump dotnet/sdk from 8.0.402 to 8.0.403 in /Izzy-Moonbot #44

name: .NET Tests
on:
#push:
# branches: [ "mane" ]
pull_request:
branches: [ "mane" ]
# Inverse of the ignore paths in dotnet.yml
paths:
- '**/*.md'
- '**/Dockerfile'
- '**/Docker Compose/**'
- '**/.gitignore'
- '**/.dockerignore'
- '**/.gitattributes'
- '**/.github/**'
- '**/.editorconfig'
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
# Will always return true to support required status checks.
- run: 'echo "No build required."'