Skip to content

Commit

Permalink
MAINT: Remove reference to old 2.0.0 branch (#2482)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan6419846 authored Feb 28, 2024
1 parent 40e3843 commit 0957231
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/github-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ name: CI

on:
push:
branches: [ main, 2.0.0-dev ]
branches:
- main
paths-ignore:
- '**/*.md'
- '**/*.rst'
pull_request:
branches: [ main, 2.0.0-dev ]
branches:
- main
paths-ignore:
- '**/*.md'
- '**/*.rst'
Expand Down

0 comments on commit 0957231

Please sign in to comment.