Docker(deps): Bump dotnet/sdk from 8.0.402 to 8.0.403 in /Izzy-Moonbot #44
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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."' |