Skip to content

Commit e867205

Browse files
authored
fix ci (#55)
* fix ci * Update ci-julia-nightly.yml
1 parent 284d17a commit e867205

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
- '.github/workflows/TagBot.yml'
1010
push:
1111
tags: '*'
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
- '.github/workflows/TagBot.yml'
1010
push:
1111
tags: '*'
1212
branches:
13-
- master
13+
- main
1414
paths-ignore:
1515
- 'LICENSE.md'
1616
- 'README.md'

0 commit comments

Comments
 (0)