Skip to content

Commit

Permalink
chore(github actions): add go proxy warming
Browse files Browse the repository at this point in the history
  • Loading branch information
clok committed Mar 3, 2021
1 parent c1a406c commit 859146b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/warm.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,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: clok/go-proxy-pull-action@master

0 comments on commit 859146b

Please sign in to comment.