Skip to content

Commit 87d80b9

Browse files
authored
Update CI build trigger to push and pr
1 parent 6095753 commit 87d80b9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/continuous-integration-build.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: CI Build
2+
23
on:
3-
workflow_call:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
branches:
9+
- main
410

511
jobs:
612
build:

0 commit comments

Comments
 (0)