Skip to content

Commit b17562e

Browse files
committed
Run tests for PRs
1 parent 017f38c commit b17562e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: CI
2-
on: push
2+
on:
3+
push:
4+
branches: [master]
5+
pull_request:
6+
branches: [master]
37

48
jobs:
59
build:

0 commit comments

Comments
 (0)