Skip to content

Commit 33bff3e

Browse files
committed
TO-BE-REMOVED
1 parent e7a4082 commit 33bff3e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
with:
2727
upload: ${{ github.event_name == 'push' && endsWith(github.event.ref, 'scylla') }}
2828
python-version: '3.13'
29-
target: linux,macos,windows
29+
target: windows

.github/workflows/integration-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- master
77
- 'branch-**'
88
pull_request:
9+
branches:
10+
- master1
11+
- 'branch-**'
912
paths-ignore:
1013
- docs/*
1114
- examples/*

0 commit comments

Comments
 (0)