diff --git a/.github/workflows/fhirbuild.yml b/.github/workflows/fhirbuild.yml new file mode 100644 index 0000000000..ba902b07af --- /dev/null +++ b/.github/workflows/fhirbuild.yml @@ -0,0 +1,22 @@ +# This workflow reuses the openHIE GitHub action for building IGs +# Change log: +# v0.1.0 +# 2021-06-18: publish default branches to / , other branches branches/ +# 2021-11-26: reusable workflow + +name: CI + +# Controls when the action will run. +on: + # Triggers the workflow on push or pull request events for any main branch + push: + branches-ignore: + - 'gh-pages' + pull_request: + + workflow_dispatch: + +jobs: + # This workflow contains a single job called "build" + call_build: + uses: openhie/empty-fhir-ig/.github/workflows/fhirbuild.yml@master