Skip to content

Commit 1e8c26b

Browse files
committed
Removed extract_adapters branch from CI references
1 parent 731d0bd commit 1e8c26b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: docs
22

33
on:
44
push:
5-
branches: [ main, extract_adapters ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ main, extract_adapters ]
7+
branches: [ main ]
88

99
jobs:
1010
check-links:

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ env:
1111

1212
on:
1313
push:
14-
branches: [ main, extract_adapters ]
14+
branches: [ main ]
1515
pull_request:
16-
branches: [ main, extract_adapters ]
16+
branches: [ main ]
1717

1818
concurrency:
1919
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)