Skip to content

Commit b49aa1f

Browse files
Run CI jobs on v3 branch
1 parent 5112bad commit b49aa1f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/arviz_compat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: arviz-compatibility
33
on:
44
pull_request:
55
push:
6-
branches: [master]
6+
branches: [v3]
77

88
jobs:
99
pytest:

.github/workflows/jaxtests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: jax-sampling
33
on:
44
pull_request:
55
push:
6-
branches: [master]
6+
branches: [v3]
77

88
jobs:
99
pytest:

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: pre-commit
33
on:
44
pull_request:
55
push:
6-
branches: [master]
6+
branches: [v3]
77

88
jobs:
99
pre-commit:

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: pytest
33
on:
44
pull_request:
55
push:
6-
branches: [master]
6+
branches: [v3]
77

88
jobs:
99
pytest:

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: windows
33
on:
44
pull_request:
55
push:
6-
branches: [master]
6+
branches: [v3]
77

88
jobs:
99
pytest:

0 commit comments

Comments
 (0)