Skip to content

Commit 889a52a

Browse files
committed
Add pull request trigger to GitHub Actions workflow for main branch
1 parent 09f6317 commit 889a52a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Build and Test
22

33
on:
4+
pull_request:
5+
branches:
6+
- main
47
push:
58
branches:
69
- main

0 commit comments

Comments
 (0)