Create proxy.yml

master
HimbeerserverDE 2022-05-15 14:18:07 +02:00 committed by GitHub
parent 8032207169
commit f7c64f6639
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 0 deletions

21
.github/workflows/proxy.yml vendored Normal file
View File

@ -0,0 +1,21 @@
name: Go proxy warming
on:
# Only until I start using tags
push:
branches: [ main ]
release:
types:
- created
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- '**/v[0-9]+.[0-9]+.[0-9]+'
workflow_dispatch:
jobs:
build:
name: Go proxy warming
runs-on: ubuntu-latest
steps:
- name: Pull new module version
uses: andrewslotin/go-proxy-pull-action@master