aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/go-proxy-warming
blob: fcdeaa1eb5490c40056fd0814b9811e3cea42627 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
on:
  release:
    types:
      - created
    tags:
      - 'v[0-9]+.[0-9]+.[0-9]+'
      - '**/v[0-9]+.[0-9]+.[0-9]+'

jobs:
  build:
    name: Renew documentation
    runs-on: ubuntu-latest
    steps:
    - name: Pull new module version
      uses: andrewslotin/go-proxy-pull-action@master