File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 55 push :
66 branches :
77 - main
8+ - maint-0.10.x
89 tags :
910 - ' *'
1011 paths :
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
You can’t perform that action at this time.
0 commit comments