Skip to content

Commit 1392c48

Browse files
committed
modify workflow
1 parent 6f6ebe9 commit 1392c48

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/lint-and-test.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
name: lint-and-test
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
branches:
5+
- master
6+
pull_request:
7+
types:
8+
- opened
9+
- synchronize
10+
- reopened
311
jobs:
412
lint-and-test:
513
name: lint-and-test

0 commit comments

Comments
 (0)