Skip to content

Commit

Permalink
Removed extract_adapters branch from CI references
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Reinecke <[email protected]>
  • Loading branch information
reinecke committed Jun 12, 2024
1 parent f3dbf7b commit b052e57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: docs

on:
push:
branches: [ main, extract_adapters ]
branches: [ main ]
pull_request:
branches: [ main, extract_adapters ]
branches: [ main ]

jobs:
check-links:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ env:

on:
push:
branches: [ main, extract_adapters ]
branches: [ main ]
pull_request:
branches: [ main, extract_adapters ]
branches: [ main ]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit b052e57

Please sign in to comment.