2020-05-19 15:25:54 +02:00
name : build-test
on :
pull_request :
paths-ignore :
2021-12-30 15:05:57 +01:00
- '**.md'
push :
2020-05-19 15:25:54 +02:00
branches :
2020-07-22 14:12:24 +02:00
- main
2020-05-19 15:25:54 +02:00
- releases/*
paths-ignore :
- '**.md'
2021-12-30 15:05:57 +01:00
2020-05-19 15:25:54 +02:00
jobs :
2022-12-15 16:39:43 +01:00
call-basic-validation: # The reusable workflow can be found here : https://github.com/actions/reusable-workflows/blob/main/.github/workflows/basic-validation.yml
2022-12-14 13:42:03 +01:00
name : Basic validation
#uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
2022-12-15 16:09:18 +01:00
uses : IvanZosimov/reusable-workflows/.github/workflows/basic-validation.yml@main