Skip to content

Commit 9233049

Browse files
committed
feat: run gh action ci on pull request
1 parent 085995a commit 9233049

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
push:
44
branches:
55
- master
6+
pull_request:
7+
branches:
8+
- master
69
jobs:
710
code-checks:
811
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)