Skip to content

Commit e9e358f

Browse files
Create ghbuild.yml
1 parent 93afd91 commit e9e358f

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

.github/workflows/ghbuild.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# This workflow reuses the World Health Organization GitHub action for building IGs
2+
# Initial idea by Carl Leitner
3+
# Change log:
4+
# v0.1.0
5+
# 2021-06-18: publish default branches to / , other branches branches/<branch>
6+
# 2021-11-26: reusable workflow
7+
8+
name: ghbuild
9+
10+
# Controls when the action will run.
11+
on:
12+
# Triggers the workflow on push or pull request events for any main branch
13+
push:
14+
branches-ignore:
15+
- 'gh-pages'
16+
pull_request:
17+
18+
workflow_dispatch:
19+
20+
jobs:
21+
# This workflow contains a single job called "build"
22+
call_build:
23+
uses: WorldHealthOrganization/smart-base/.github/workflows/ghbuild.yml@wfw

0 commit comments

Comments
 (0)