Skip to content

Commit ca5f9dd

Browse files
committed
Run ci when pull requests are opened
1 parent 95d4d8c commit ca5f9dd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
push:
55
branches:
66
- "*"
7+
pull_request:
8+
types:
9+
- opened
10+
branches:
11+
- "*"
712

813
jobs:
914
lint:

0 commit comments

Comments
 (0)