Skip to content

Commit fd2104f

Browse files
committed
Run more checks during pull requests
1 parent d88a70e commit fd2104f

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

.github/workflows/doc-check.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: doc-check
2-
on: [push]
2+
3+
on:
4+
push:
5+
branches: [master]
6+
tags: v*
7+
pull_request:
38

49
jobs:
510
check_doc:

.github/workflows/linters.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: linters
22

3-
on: [push]
3+
on:
4+
push:
5+
branches: [master]
6+
tags: v*
7+
pull_request:
48

59
jobs:
610
run_linters:

.github/workflows/tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: tests
22

3-
on: [push]
3+
on:
4+
push:
5+
branches: [master]
6+
tags: v*
7+
pull_request:
48

59
jobs:
610
run_tests:

0 commit comments

Comments
 (0)