Skip to content

Commit

Permalink
removes this branch from CI branches
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Oct 17, 2023
1 parent 701fa86 commit 271792f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
push:
# Avoid using all the resources/limits available by checking only
# relevant branches and tags. Other branches can be checked via PRs.
branches: [main, bwmac/ORCA-283/ci_publish_bug]
branches: [main]
tags: ['v[0-9]*', '[0-9]+.[0-9]+*'] # Match tags that resemble a version
pull_request: # Run in every PR
workflow_dispatch: # Allow manually triggering the workflow
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
strategy:
matrix:
python:
- "3.8" # oldest Python that is supported
- "3.8"
- "3.11" # newest Python that is stable
platform:
- ubuntu-latest
Expand Down

0 comments on commit 271792f

Please sign in to comment.