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