We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 731d0bd commit 1e8c26bCopy full SHA for 1e8c26b
.github/workflows/docs.yml
@@ -2,9 +2,9 @@ name: docs
2
3
on:
4
push:
5
- branches: [ main, extract_adapters ]
+ branches: [ main ]
6
pull_request:
7
8
9
jobs:
10
check-links:
.github/workflows/python-package.yml
@@ -11,9 +11,9 @@ env:
11
12
13
14
15
16
17
18
concurrency:
19
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments