Skip to content

Commit b111371

Browse files
committed
remove wf dispatch
1 parent 2fd75d1 commit b111371

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
branches: [ main ]
66
pull_request:
77
branches: [ main ]
8-
workflow_dispatch:
98

109
permissions:
1110
contents: read
@@ -17,7 +16,7 @@ jobs:
1716
strategy:
1817
matrix:
1918
python-version: ['3.11', '3.14'] # the one we have in the Codespace + the latest major one.
20-
fail-fast: false # Continue testing other versions if one fails
19+
fail-fast: false # Continue testing other version(s) if one fails
2120

2221
steps:
2322
- name: Checkout repository

0 commit comments

Comments
 (0)