Skip to content

Commit

Permalink
Create fhirbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
costateixeira authored Sep 27, 2023
1 parent 45a92ae commit 1cc23f6
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/fhirbuild.yml
Original file line number Diff line number Diff line change
@@ -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/<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/fhirbuild.yml@master

0 comments on commit 1cc23f6

Please sign in to comment.