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