Merge pull request #49 from costateixeira/add-workflows #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This workflow reuses the WHO GitHub action for triggering the FHIR CI build upon every commit or on request | |
name: FHIR CI Build | |
# 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: WorldHealthOrganization/smart-base/.github/workflows/fhirbuild.yml@main |