Skip to content

Commit 6ab7cbd

Browse files
committed
update ci
1 parent 0c2f11d commit 6ab7cbd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- main
8+
- maint-0.10.x
89
tags:
910
- '*'
1011
paths:
@@ -93,7 +94,7 @@ jobs:
9394
github-token: ${{ secrets.GITHUB_TOKEN }}
9495
gh-pages-branch: 'gh-benchmarks'
9596
# Make a commit only if main
96-
auto-push: ${{ github.ref == 'refs/heads/main' }}
97+
auto-push: ${{ github.ref == 'refs/heads/maint-0.10.x' }}
9798

9899
publish:
99100
needs: [tests]
@@ -132,7 +133,7 @@ jobs:
132133
133134
publish-docker:
134135
needs: [tests]
135-
if: github.ref == 'refs/heads/main' || startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
136+
if: github.ref == 'refs/heads/maint-0.10.x' || startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
136137
runs-on: ubuntu-latest
137138
steps:
138139
- name: Checkout

0 commit comments

Comments
 (0)