Skip to content

Commit c43496b

Browse files
committed
master was renamed to main
1 parent c571e94 commit c43496b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ on:
33
workflow_dispatch:
44
push:
55
branches:
6-
- master
6+
- main
77
paths:
88
- 'tests/**'
99
- 'src/**'
1010
pull_request:
1111
branches:
12-
- master
12+
- main
1313

1414
jobs:
1515
build:

.github/workflows/sphinx.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ on:
33
workflow_dispatch:
44
push:
55
branches:
6-
- master
6+
- main
77
paths:
88
- 'docs/**'
99
- 'src/**'
1010
- 'examples/**'
1111
pull_request:
1212
branches:
13-
- master
13+
- main
1414

1515

1616
jobs:

0 commit comments

Comments
 (0)