Fix review points

This commit is contained in:
IvanZosimov 2022-12-20 16:40:38 +01:00
parent 217387cf3e
commit 92a07fe466
5 changed files with 6 additions and 6 deletions

View file

@ -1,17 +0,0 @@
name: build-test
on:
pull_request:
paths-ignore:
- '**.md'
push:
branches:
- main
- releases/*
paths-ignore:
- '**.md'
jobs:
call-basic-validation: # The reusable workflow can be found here: https://github.com/actions/reusable-workflows/blob/main/.github/workflows/basic-validation.yml
name: Basic validation
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main