Skip to content

Commit f90b92d

Browse files
committed
master->main for ci
1 parent 0fec6fe commit f90b92d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-julia-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ name: CI (Julia nightly)
22
on:
33
pull_request:
44
branches:
5-
- master
5+
- main
66
paths-ignore:
77
- 'LICENSE.md'
88
- 'README.md'
99
- 'utils/*'
1010
- '.github/workflows/TagBot.yml'
1111
push:
1212
branches:
13-
- master
13+
- main
1414
paths-ignore:
1515
- 'LICENSE.md'
1616
- 'README.md'

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ name: CI
22
on:
33
pull_request:
44
branches:
5-
- master
5+
- main
66
paths-ignore:
77
- 'LICENSE.md'
88
- 'README.md'
99
- 'utils/*'
1010
- '.github/workflows/TagBot.yml'
1111
push:
1212
branches:
13-
- master
13+
- main
1414
paths-ignore:
1515
- 'LICENSE.md'
1616
- 'README.md'

0 commit comments

Comments
 (0)