2020-05-19 14:25:54 +01:00
name : build-test
on :
pull_request :
paths-ignore :
2021-12-30 14:05:57 +00:00
- '**.md'
push :
2020-05-19 14:25:54 +01:00
branches :
2020-07-22 13:12:24 +01:00
- main
2020-05-19 14:25:54 +01:00
- releases/*
paths-ignore :
- '**.md'
2021-12-30 14:05:57 +00:00
2020-05-19 14:25:54 +01:00
jobs :
2022-12-15 15:39:43 +00: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 12:42:03 +00:00
name : Basic validation
#uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
2022-12-15 15:09:18 +00:00
uses : IvanZosimov/reusable-workflows/.github/workflows/basic-validation.yml@main