We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93afd91 commit e9e358fCopy full SHA for e9e358f
1 file changed
.github/workflows/ghbuild.yml
@@ -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