Skip to content

Actions(deps): Bump docker/build-push-action from 6.2.0 to 6.7.0 #41

Actions(deps): Bump docker/build-push-action from 6.2.0 to 6.7.0

Actions(deps): Bump docker/build-push-action from 6.2.0 to 6.7.0 #41

Workflow file for this run

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."'