Skip to content

Commit 0957231

Browse files
MAINT: Remove reference to old 2.0.0 branch (#2482)
1 parent 40e3843 commit 0957231

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/github-ci.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ name: CI
55

66
on:
77
push:
8-
branches: [ main, 2.0.0-dev ]
8+
branches:
9+
- main
910
paths-ignore:
1011
- '**/*.md'
1112
- '**/*.rst'
1213
pull_request:
13-
branches: [ main, 2.0.0-dev ]
14+
branches:
15+
- main
1416
paths-ignore:
1517
- '**/*.md'
1618
- '**/*.rst'

0 commit comments

Comments
 (0)