Skip to content

Commit 37b19cf

Browse files
ci: Enable build pipeline on PR (#15)
1 parent 1bc1072 commit 37b19cf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ name: Build Job
66

77
on:
88
workflow_call:
9+
pull_request:
10+
branches:
11+
- "main"
12+
13+
push:
14+
branches:
15+
- "main"
916

1017
jobs:
1118
build:

0 commit comments

Comments
 (0)