Skip to content

Commit 9f39ac4

Browse files
committed
ci: run build action on pull request
1 parent b49a715 commit 9f39ac4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Build
22
on:
33
pull_request:
44
branches:
5-
- "master"
5+
- master
6+
- source"
67
jobs:
78
build:
89
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)