Skip to content

Commit a7882e4

Browse files
committed
Add pull_request as trigger for CI workflow
1 parent 31b1995 commit a7882e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-pipeline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Continuous Integration
2-
on: [push]
2+
on: [push, pull_request]
33

44
jobs:
55
build:

0 commit comments

Comments
 (0)