Skip to content

Commit f6a36db

Browse files
committed
remove windows; only test on main branch
1 parent 8583e99 commit f6a36db

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/test.yml

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
name: test
2-
on: [push, pull_request]
2+
on
3+
# Trigger the workflow on push or pull request,
4+
# but only for the main branch
5+
push:
6+
branches:
7+
- main
8+
pull_request:
9+
branches:
10+
- main
311

412
jobs:
513
test:
614
strategy:
715
matrix:
8-
os: [ubuntu-latest, macos-latest, windows-latest]
16+
os: [ubuntu-latest, macos-latest]
917
python-version: [3.6, 3.7, 3.8, 3.9]
1018
runs-on: ${{ matrix.os }}
1119
steps:

0 commit comments

Comments
 (0)