Skip to content

Commit 99b050a

Browse files
committed
ci: run build on pull request
1 parent f34defe commit 99b050a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- '**' # all branches
77
- '!main' # except main
8+
pull_request:
9+
branches: [main]
810

911
jobs:
1012
build:

0 commit comments

Comments
 (0)