Skip to content

Commit 560f993

Browse files
committed
Default branch change
1 parent 6264afd commit 560f993

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/BenchmarksAndMicroIntegration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Benchmarks and MicroIntegration
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88

99
jobs:
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
package:
17-
- {user: TuringLang, repo: Turing.jl, ref: master}
17+
- {user: TuringLang, repo: Turing.jl, ref: main}
1818

1919
steps:
2020
- uses: actions/checkout@v2

.github/workflows/IntegrationTest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: IntegrationTest
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88

99
jobs:
@@ -14,8 +14,8 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
package:
17-
- {user: TuringLang, repo: AdvancedPS.jl, ref: master}
18-
- {user: TuringLang, repo: Turing.jl, ref: master}
17+
- {user: TuringLang, repo: AdvancedPS.jl, ref: main}
18+
- {user: TuringLang, repo: Turing.jl, ref: main}
1919

2020
steps:
2121
- uses: actions/checkout@v2

.github/workflows/Testing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Libtask Testing
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
pull_request:
77
jobs:
88
test:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Libtask
22

3-
[![Libtask Testing](https://github.com/TuringLang/Libtask.jl/workflows/Libtask%20Testing/badge.svg)](https://github.com/TuringLang/Libtask.jl/actions?branch=master)
3+
[![Libtask Testing](https://github.com/TuringLang/Libtask.jl/workflows/Libtask%20Testing/badge.svg)](https://github.com/TuringLang/Libtask.jl/actions?branch=main)
44

55
Tape based task copying in Turing
66

0 commit comments

Comments
 (0)