setup-dotnet/.github/workflows/basic-validation.yml
js6pak b35888cca7
Remove branch constraint on workflows used for testing
This means you are going to be notified of CI issues quicker, especially if you have to wait for a confirmation before running the workflows on your PR.
2025-05-01 20:12:05 +02:00

17 lines
295 B
YAML

name: Basic validation
on:
pull_request:
paths-ignore:
- '**.md'
push:
paths-ignore:
- '**.md'
jobs:
call-basic-validation:
name: Basic validation
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
with:
node-version: '20'