Skip to content

Commit 8c7bbf4

Browse files
update: build-tests.yml - deploy branch
1 parent 9c3956a commit 8c7bbf4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build-tests.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ jobs:
1616
os: ["ubuntu-24.04"]
1717
python-version:
1818
- "3.10"
19-
- "3.11"
20-
- "3.12"
21-
- "3.13"
19+
# No need to run with many Py versions - as long as one is passing, we should be OK
20+
# - "3.11"
21+
# - "3.12"
22+
# - "3.13"
2223

2324
steps:
2425
- name: Checkout repository and submodules
@@ -40,7 +41,7 @@ jobs:
4041
needs:
4142
- run-py-tests
4243
runs-on: ubuntu-24.04
43-
if: (github.repository != 'Exabyte-io/template-definitions-js-py') && (github.ref_name == 'master')
44+
if: (github.ref_name == 'main')
4445

4546
steps:
4647
- name: Checkout this repository

0 commit comments

Comments
 (0)