Skip to content

Commit 13104fd

Browse files
committed
WIP
1 parent 4e9af8b commit 13104fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ env:
3131
python-version=["3.9", "3.10", "3.11", "3.12", "3.13"]
3232
os=["ubuntu-latest"]
3333
on-push-branch-*: | # Push commits to other branches
34-
jobs=["test", "build", "publish-test"]
34+
jobs=["test", "build"]
3535
python-version=["3.9", "3.13"]
3636
os=["ubuntu-latest"]
3737
on-workflow_dispatch-*: | # Manual trigger of the workflow

0 commit comments

Comments
 (0)