Skip to content

Merge pull request #49 from costateixeira/add-workflows #1

Merge pull request #49 from costateixeira/add-workflows

Merge pull request #49 from costateixeira/add-workflows #1

Workflow file for this run

# 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