Skip to content

Commit 489be0d

Browse files
committed
TEMP CI
1 parent a17cd47 commit 489be0d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/build.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ name: Tests
66
on:
77
workflow_dispatch:
88
push:
9-
branches:
10-
- 'main'
11-
- '3.11'
12-
- '3.10'
13-
- '3.9'
14-
- '3.8'
15-
- '3.7'
9+
# branches:
10+
# - 'main'
11+
# - '3.11'
12+
# - '3.10'
13+
# - '3.9'
14+
# - '3.8'
15+
# - '3.7'
1616
pull_request:
1717
branches:
1818
- 'main'

.github/workflows/doc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Docs
22

33
on:
44
workflow_dispatch:
5-
#push:
5+
push:
66
# branches:
77
# - 'main'
88
# - '3.11'

0 commit comments

Comments
 (0)