Update sushi-config.yaml #5
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 openHIE GitHub action for building IGs | |
# Initial idea by Carl Leitner, developed by Elliot Silver, available from: https://www.argentixinfo.com/archives/156 | |
# Change log: | |
# v0.1.0 | |
# 2021-06-18: publish default branches to / , other branches branches/<branch> | |
# 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/main.yml@master |