github.com/instana/go-sensor@v1.62.2-0.20240520081010-4919868049e1/.github/workflows/documentation.yml (about)

     1  name: Renew pkg.go.dev documentation
     2  
     3  on:
     4    release:
     5      types:
     6        - created
     7      tags:
     8        - 'v[0-9]+.[0-9]+.[0-9]+'
     9        - '**/v[0-9]+.[0-9]+.[0-9]+'
    10  
    11  jobs:
    12    build:
    13      name: Renew documentation
    14      runs-on: ubuntu-latest
    15      steps:
    16      - name: Pull new module version
    17        uses: andrewslotin/go-proxy-pull-action@v1.0.3