There was an error while loading. Please reload this page.
1 parent 7f7866a commit a5a3deeCopy full SHA for a5a3dee
1 file changed
.github/workflows/ci-build.yaml
@@ -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