Skip to content

Commit a5a3dee

Browse files
committed
chore: add github CI workflow
1 parent 7f7866a commit a5a3dee

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/ci-build.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: CI Build
2+
3+
on:
4+
pull_request:
5+
types: [opened, synchronize, reopened]
6+
7+
jobs:
8+
build:
9+
uses: openimis/openimis-fe_js/.github/workflows/module-ci-build.yml@develop # Adjust the path and branch as needed
10+
secrets:
11+
inherit
12+
with:
13+
branchName: ${{ github.head_ref || github.ref_name }}

0 commit comments

Comments
 (0)