]> git.r.bdr.sh - rbdr/mobius/blob - .github/workflows/go-proxy-warming
Account for the root
[rbdr/mobius] / .github / workflows / go-proxy-warming
1 on:
2 release:
3 types:
4 - created
5 tags:
6 - 'v[0-9]+.[0-9]+.[0-9]+'
7 - '**/v[0-9]+.[0-9]+.[0-9]+'
8
9 jobs:
10 build:
11 name: Renew documentation
12 runs-on: ubuntu-latest
13 steps:
14 - name: Pull new module version
15 uses: andrewslotin/go-proxy-pull-action@master