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 ab5f94c commit 7611343Copy full SHA for 7611343
.github/workflows/export-requirements.yml
@@ -7,6 +7,7 @@ on:
7
- main
8
- dev
9
- ci
10
+ - release-stage
11
# Do not trigger tests for documentation or markdown docs.
12
paths-ignore:
13
- "docs/**"
.github/workflows/lint-format.yml
.github/workflows/tests.yml
@@ -4,9 +4,10 @@ name: Run Pytest tests
4
on:
5
pull_request:
6
branches:
- - main
- - dev
+ # - main
+ # - dev
0 commit comments