Skip to content

Update docs for unbounded minimum limit (#113) #181

Update docs for unbounded minimum limit (#113)

Update docs for unbounded minimum limit (#113) #181

Workflow file for this run

---
name: "Trigger"
on:
push:
branches:
- v1.13.x-git
jobs:
docker_build_and_push:
runs-on: ubuntu-latest
name: "Trigger"
steps:
- uses: actions/checkout@v3
with:
ref: master
token: ${{secrets.GITHUB_TOKEN}}
- run: git branch
- run: git config --global user.email "gitaction@gitaction.com"
- run: git config --global user.name "GitAction"
- run: git commit --allow-empty -m "Triggered by v1.13.x-git" | git push