Skip to content
This repository was archived by the owner on Oct 22, 2025. It is now read-only.

Commit 182e09b

Browse files
committed
try to fix CI
1 parent 1f7c102 commit 182e09b

File tree

3 files changed

+197
-197
lines changed

3 files changed

+197
-197
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Docs
22

33
on:
4-
push:
5-
branches:
6-
- main
7-
- docs
4+
# push:
5+
# branches:
6+
# - main
7+
# - docs
88

99
jobs:
1010
Docs:

.github/workflows/python.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
name: Python
22

33
on:
4-
push:
5-
branches: [main]
6-
pull_request:
7-
paths:
8-
- '.github/workflows/python.yml'
9-
- 'cmake/**'
10-
- 'python/src/**'
11-
- 'python/src/CMakeLists.txt'
12-
- 'src/**'
13-
- 'CMakeLists.txt'
14-
- 'MANIFEST.in'
15-
- 'pyproject.toml'
16-
- 'setup.py'
4+
# push:
5+
# branches: [main]
6+
# pull_request:
7+
# paths:
8+
# - '.github/workflows/python.yml'
9+
# - 'cmake/**'
10+
# - 'python/src/**'
11+
# - 'python/src/CMakeLists.txt'
12+
# - 'src/**'
13+
# - 'CMakeLists.txt'
14+
# - 'MANIFEST.in'
15+
# - 'pyproject.toml'
16+
# - 'setup.py'
1717

1818
jobs:
1919
Build:

0 commit comments

Comments
 (0)