aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2024-07-14 11:14:59 -0700
committerGitHub <noreply@github.com>2024-07-14 11:14:59 -0700
commit71f9ce10c4d0ebc0d5aec5a2bf46b1c508409338 (patch)
tree44342506227ef5a31286310df29d7575a892c911 /.github/workflows
parent6610ee2030baa99e6129c7b06588d33038dde671 (diff)
Create go-proxy-warming
Add go doc proxy marking workflow: https://github.com/marketplace/actions/go-proxy-warming
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/go-proxy-warming15
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/workflows/go-proxy-warming b/.github/workflows/go-proxy-warming
new file mode 100644
index 0000000..fcdeaa1
--- /dev/null
+++ b/.github/workflows/go-proxy-warming
@@ -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: andrewslotin/go-proxy-pull-action@master