Skip to content

Commit 899c6fd

Browse files
committed
fix Test.yml
1 parent e10d5e7 commit 899c6fd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/Test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@ on:
44
push:
55
branches: ['master']
66
pull_request:
7-
workflow_dispatch:
7+
branches: ['master']
88

99
jobs:
10-
test:
10+
build:
1111
runs-on: ${{ matrix.os }}
1212
timeout-minutes: 30
1313
strategy:
14-
fail-fast: false
1514
matrix:
1615
python-version: ['3.10']
1716
os: ['ubuntu-latest', 'windows-latest']

0 commit comments

Comments
 (0)